mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Merge branch 'patch-14' of https://github.com/Sophist-UK/calibre
This commit is contained in:
commit
9703e9d581
@ -145,7 +145,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
|
|||||||
self.log.warning("Publication date not found")
|
self.log.warning("Publication date not found")
|
||||||
|
|
||||||
# Online articles
|
# Online articles
|
||||||
online = soup.find('div', {'id': 'block-left', 'class': 'article'})
|
online = soup.find('div', {'id': 'block-left'})
|
||||||
|
|
||||||
headline = online.find('span', {'class': 'headline'})
|
headline = online.find('span', {'class': 'headline'})
|
||||||
if headline:
|
if headline:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user