mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-11' of https://github.com/bobbysteel/calibre
This commit is contained in:
commit
dc8bac3b64
@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe):
|
|||||||
re.compile('commentCount'),
|
re.compile('commentCount'),
|
||||||
'lede-container',
|
'lede-container',
|
||||||
'credit',
|
'credit',
|
||||||
'caption-video'
|
'caption-video',
|
||||||
|
'upshot-social'
|
||||||
]}),
|
]}),
|
||||||
dict(
|
dict(
|
||||||
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),
|
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),
|
||||||
|
@ -231,7 +231,8 @@ class NYTimes(BasicNewsRecipe):
|
|||||||
re.compile('commentCount'),
|
re.compile('commentCount'),
|
||||||
'lede-container',
|
'lede-container',
|
||||||
'credit',
|
'credit',
|
||||||
'caption-video'
|
'caption-video',
|
||||||
|
'upshot-social'
|
||||||
]}),
|
]}),
|
||||||
dict(
|
dict(
|
||||||
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),
|
attrs={'class': lambda x: x and 'related-coverage-marginalia' in x.split()}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user