This commit is contained in:
Kovid Goyal 2016-07-17 20:09:51 +05:30
commit 9379904f70

View File

@ -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