mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: update version to 1.12 in manifest; modify selector in posts function to include #archive-container
This commit is contained in:
@@ -84,8 +84,8 @@ async function posts(
|
||||
});
|
||||
const $ = cheerio.load(await urlRes.text());
|
||||
const posts: Post[] = [];
|
||||
$(".blog-items,.post-list")
|
||||
?.children("article")
|
||||
$(".blog-items,.post-list,#archive-container")
|
||||
?.children("article,.entry-list-item")
|
||||
?.each((index, element) => {
|
||||
const post = {
|
||||
title: (
|
||||
|
||||
Reference in New Issue
Block a user