mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-06 13:08:14 +08:00
chore(deps-dev): bump prettier from 1.19.1 to 2.0.2
This commit is contained in:
@@ -14,9 +14,7 @@ module.exports = async (ctx) => {
|
||||
const $ = cheerio.load(response.data);
|
||||
|
||||
$('.article-entry script').remove();
|
||||
$('.article-entry .adsbygoogle')
|
||||
.parent()
|
||||
.remove();
|
||||
$('.article-entry .adsbygoogle').parent().remove();
|
||||
|
||||
return $('.article-entry').html();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user