mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
c08b0d3ea0
commit
6c0653a9d1
@ -27,7 +27,8 @@ class SaturdayPaper(BasicNewsRecipe):
|
|||||||
classes('article-page__content article__text article__image article-page__title article-page__image')
|
classes('article-page__content article__text article__image article-page__title article-page__image')
|
||||||
]
|
]
|
||||||
remove_tags = [
|
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):
|
def parse_index(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user