This commit is contained in:
Kovid Goyal 2017-06-13 07:53:52 +05:30
commit dc8bac3b64
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 4 additions and 2 deletions

View File

@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe):
re.compile('commentCount'),
'lede-container',
'credit',
'caption-video'
'caption-video',
'upshot-social'
]}),
dict(
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),

View File

@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe):
re.compile('commentCount'),
'lede-container',
'credit',
'caption-video'
'caption-video',
'upshot-social'
]}),
dict(
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),