mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
pep8
This commit is contained in:
parent
1f9c67ce02
commit
9ffcb91813
@ -52,7 +52,8 @@ class Haaretz_en(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
remove_attributes = ['width', 'height']
|
remove_attributes = ['width', 'height']
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['div', 'ul', 'button', 'svg'], attrs={'data-test': ['audioPlayer', 'newsletter', 'relatedArticles', 'tags', 'writerAlertButton', 'IconAlefLogo']})
|
dict(name=['div', 'ul', 'button', 'svg'], attrs={'data-test': [
|
||||||
|
'audioPlayer', 'newsletter', 'relatedArticles', 'tags', 'writerAlertButton', 'IconAlefLogo']})
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class TheHealthy(BasicNewsRecipe):
|
class TheHealthy(BasicNewsRecipe):
|
||||||
title = 'The Healthy from Readers Digest'
|
title = 'The Healthy from Readers Digest'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user