mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Merge branch 'patch-1' of https://github.com/sornars/calibre
This commit is contained in:
commit
03b74d3442
@ -111,7 +111,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user