From 7d7aaebffe82662ef99a9e8b57d6d3928900d4b9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 12 May 2016 07:16:45 +0530 Subject: [PATCH] Update Financial Times UK Fixes #1580486 [FT UK download comes up blank](https://bugs.launchpad.net/calibre/+bug/1580486) --- recipes/financial_times_uk.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/financial_times_uk.recipe b/recipes/financial_times_uk.recipe index 25d984aec4..2595d03f4a 100644 --- a/recipes/financial_times_uk.recipe +++ b/recipes/financial_times_uk.recipe @@ -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()}),