mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix: remove AEON's pullquote (#4253)
This commit is contained in:
@@ -26,7 +26,7 @@ module.exports = async (ctx) => {
|
||||
const time = capture('.article__date.published').text();
|
||||
|
||||
capture('div.newsletter-signup').remove();
|
||||
capture('div.pullquote').remove();
|
||||
capture('p.pullquote').remove();
|
||||
capture('div.article__related').remove();
|
||||
capture('div.article__shares').remove();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user