mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
pep8
This commit is contained in:
parent
cac1514aa7
commit
6990da0581
@ -4,7 +4,7 @@ __copyright__ = '2009 Neil Grogan'
|
||||
# Irish Independent Recipe
|
||||
#
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe, classes
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
class IrishIndependent(BasicNewsRecipe):
|
||||
@ -19,7 +19,7 @@ class IrishIndependent(BasicNewsRecipe):
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'class':lambda x: x and '_contentwrapper' in x})
|
||||
]
|
||||
|
||||
|
||||
remove_tags = [
|
||||
dict(name='div', attrs={'data-testid':['article-share', 'embed-video']})
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user