mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d543c10f12
commit
4c01e9eb65
@ -39,7 +39,6 @@ class NewYorker(BasicNewsRecipe):
|
|||||||
h3 { margin-bottom: 6px; }
|
h3 { margin-bottom: 6px; }
|
||||||
.caption { font-size: xx-small; font-style: italic; font-weight: normal; }
|
.caption { font-size: xx-small; font-style: italic; font-weight: normal; }
|
||||||
'''
|
'''
|
||||||
needs_subscription = 'optional'
|
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(attrs={'class': lambda x: x and 'ArticleHeader__hed___' in x}),
|
dict(attrs={'class': lambda x: x and 'ArticleHeader__hed___' in x}),
|
||||||
dict(attrs={'class': lambda x: x and 'ArticleHeader__dek___' in x}),
|
dict(attrs={'class': lambda x: x and 'ArticleHeader__dek___' in x}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user