mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
7128a9327c
commit
898eaee9fd
@ -45,7 +45,7 @@ class FinancialTimes(BasicNewsRecipe):
|
|||||||
]
|
]
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='div', attrs={'id':'floating-con'}),
|
dict(name='div', attrs={'id':'floating-con'}),
|
||||||
dict(name=['meta','iframe','base','object','embed','link']),
|
dict(name=['meta','iframe','base','object','embed','link', 'style']),
|
||||||
dict(attrs={'class':['storyTools','story-package','screen-copy','story-package separator','expandable-image','promobox']}),
|
dict(attrs={'class':['storyTools','story-package','screen-copy','story-package separator','expandable-image','promobox']}),
|
||||||
dict(name='div', attrs={'class':lambda x: x and 'insideArticleRelatedTopics' in x.split()}),
|
dict(name='div', attrs={'class':lambda x: x and 'insideArticleRelatedTopics' in x.split()}),
|
||||||
dict(name='div', attrs={'class':lambda x: x and 'ft-new-story-tools-box' in x.split()}),
|
dict(name='div', attrs={'class':lambda x: x and 'ft-new-story-tools-box' in x.split()}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user