From f102a946a335654dd1f3d3ae59a5c469fb34fa5b Mon Sep 17 00:00:00 2001 From: Shivan Sornarajah Date: Sun, 17 Jul 2016 20:16:03 +0100 Subject: [PATCH] Update financial_times_uk.recipe --- recipes/financial_times_uk.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/financial_times_uk.recipe b/recipes/financial_times_uk.recipe index caf3fc2550..bb86c12fa5 100644 --- a/recipes/financial_times_uk.recipe +++ b/recipes/financial_times_uk.recipe @@ -44,7 +44,7 @@ class FinancialTimes(BasicNewsRecipe): 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='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 = [ dict(name='style', attrs={'id':'antiClickjack'}),