mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'alistair/saturdaypaper' of https://github.com/alistair23/calibre
This commit is contained in:
commit
bf07b986ba
@ -24,10 +24,10 @@ class SaturdayPaper(BasicNewsRecipe):
|
||||
encoding = 'utf-8'
|
||||
|
||||
keep_only_tags = [
|
||||
classes('article-page__content article__text article-page__title article-page__image')
|
||||
classes('article-page__content article__text article__image article-page__title article-page__image')
|
||||
]
|
||||
remove_tags = [
|
||||
classes('social-icons-article-bottom-container article-page__sidebar')
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user