This commit is contained in:
Kovid Goyal 2018-03-14 21:00:41 +05:30
parent d543c10f12
commit 4c01e9eb65
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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}),