mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Financial Times UK
Fixes #1580486 [FT UK download comes up blank](https://bugs.launchpad.net/calibre/+bug/1580486)
This commit is contained in:
parent
898eaee9fd
commit
7d7aaebffe
@ -44,8 +44,9 @@ class FinancialTimes(BasicNewsRecipe):
|
||||
dict(name='div' , attrs={'class':['master-row editorialSection']})
|
||||
]
|
||||
remove_tags = [
|
||||
dict(name='style', attrs={'id':'antiClickjack'}),
|
||||
dict(name='div', attrs={'id':'floating-con'}),
|
||||
dict(name=['meta','iframe','base','object','embed','link', 'style']),
|
||||
dict(name=['meta','iframe','base','object','embed','link']),
|
||||
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 'ft-new-story-tools-box' in x.split()}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user