mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Merge branch 'patch-14' of https://github.com/Sophist-UK/calibre
This commit is contained in:
commit
9703e9d581
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ def parse_index(self):
|
|||
self.log.warning("Publication date not found")
|
||||
|
||||
# Online articles
|
||||
online = soup.find('div', {'id': 'block-left', 'class': 'article'})
|
||||
online = soup.find('div', {'id': 'block-left'})
|
||||
|
||||
headline = online.find('span', {'class': 'headline'})
|
||||
if headline:
|
||||
|
|
|
|||
Loading…
Reference in a new issue