mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix change of class on website.
This commit is contained in:
parent
1be4c69f08
commit
1778cb1c44
@ -145,7 +145,7 @@ class PrivateEyeRecipe(BasicNewsRecipe):
|
||||
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…
x
Reference in New Issue
Block a user