This commit is contained in:
Kovid Goyal 2021-04-19 08:36:34 +05:30
parent c08b0d3ea0
commit 6c0653a9d1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -27,7 +27,8 @@ class SaturdayPaper(BasicNewsRecipe):
classes('article-page__content article__text article__image article-page__title article-page__image')
]
remove_tags = [
classes('social-icons-article-top-container social-icons-article-bottom-container article-page__sidebar article-page__social__icons share-wrapper article-footer-container')
classes('social-icons-article-top-container social-icons-article-bottom-container'
' article-page__sidebar article-page__social__icons share-wrapper article-footer-container')
]
def parse_index(self):