mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-22 02:12:58 +02:00
Merge branch 'FixNewYorkerRecipe' of https://github.com/jmateus/calibre
This commit is contained in:
commit
1906e976cd
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ class NewYorker(BasicNewsRecipe):
|
|||
classes('content-ad-wrapper social-hover background-image'),
|
||||
dict(id=['newsletter-signup']),
|
||||
dict(attrs={'class': lambda x: x and 'ImageEmbed__button___' in x}),
|
||||
dict(attrs={'class': lambda x: x and 'ArticleLedeImage__button___' in x}),
|
||||
dict(name='links source'.split()), ]
|
||||
remove_attributes = ['style']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue