mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 15:47:48 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = async (ctx) => {
|
||||
});
|
||||
const $ = cheerio.load(htmlString);
|
||||
const announceList = [];
|
||||
$('#article_frame > div > ul > li').each(function() {
|
||||
$('#article_frame > div > ul > li').each(function () {
|
||||
const $item = $(this);
|
||||
const $link = $item.find('a').attr('href');
|
||||
const time = $item.find('div > em').text();
|
||||
|
||||
Reference in New Issue
Block a user