Update Financial Times UK

Fixes #1580486 [FT UK download comes up blank](https://bugs.launchpad.net/calibre/+bug/1580486)
This commit is contained in:
Kovid Goyal 2016-05-12 07:16:45 +05:30
parent 898eaee9fd
commit 7d7aaebffe

View File

@ -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()}),