mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: Improvements to The Saturday Paper
Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
parent
e715c9e710
commit
61ebbc292a
@ -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