mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-04 08:23:08 +02:00
...
This commit is contained in:
parent
d543c10f12
commit
4c01e9eb65
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class NewYorker(BasicNewsRecipe):
|
|||
h3 { margin-bottom: 6px; }
|
||||
.caption { font-size: xx-small; font-style: italic; font-weight: normal; }
|
||||
'''
|
||||
needs_subscription = 'optional'
|
||||
keep_only_tags = [
|
||||
dict(attrs={'class': lambda x: x and 'ArticleHeader__hed___' in x}),
|
||||
dict(attrs={'class': lambda x: x and 'ArticleHeader__dek___' in x}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue