From d606f0f2d4388bd0f009179c61977f13e664e5dc Mon Sep 17 00:00:00 2001 From: Shivan Sornarajah Date: Sun, 17 Jul 2016 15:09:14 +0100 Subject: [PATCH] Update financial_times_uk.recipe Fixed recipe by removing space. --- 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 54399fde4d..caf3fc2550 100644 --- a/recipes/financial_times_uk.recipe +++ b/recipes/financial_times_uk.recipe @@ -77,7 +77,7 @@ class FinancialTimes(BasicNewsRecipe): section_title = 'Untitled' for column in soup.findAll('div', attrs={'class':'feedBoxes clearfix'}): - for section in column. findAll('div', attrs={'class':'feedBox'}): + for section in column.findAll('div', attrs={'class':'feedBox'}): sectiontitle=self.tag_to_string(section.find('h4')) if '...' not in sectiontitle: section_title=sectiontitle