mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-2' of https://github.com/sornars/calibre
This commit is contained in:
commit
7e31bce688
@ -44,7 +44,7 @@ class FinancialTimes(BasicNewsRecipe):
|
|||||||
dict(name='p' , attrs={'class':lambda x: x and 'lastUpdated' in x.split()}),
|
dict(name='p' , attrs={'class':lambda x: x and 'lastUpdated' in x.split()}),
|
||||||
dict(name='div', attrs={'class':lambda x: x and 'syndicationHeadline' in x.split()}),
|
dict(name='div', attrs={'class':lambda x: x and 'syndicationHeadline' in x.split()}),
|
||||||
dict(name='p' , attrs={'class':lambda x: x and 'byline' in x.split()}),
|
dict(name='p' , attrs={'class':lambda x: x and 'byline' in x.split()}),
|
||||||
dict(name='div', attrs={'class':['fullstory fullstoryBody','ft-story-header','ft-story-body','index-detail']})
|
dict(name='div', attrs={'class':['fullstory fullstoryBody','fullstory fullstoryBody specialArticle','ft-story-header','ft-story-body','index-detail']})
|
||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='style', attrs={'id':'antiClickjack'}),
|
dict(name='style', attrs={'id':'antiClickjack'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user