mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update pc_world.recipe
magzter cover
This commit is contained in:
parent
31a6664710
commit
dcebd2df8f
@ -94,5 +94,4 @@ class pcWorld(BasicNewsRecipe):
|
||||
soup = self.index_to_soup(
|
||||
'https://www.magzter.com/US/IDG-Consumer-and-SMB,-Inc./PCWorld/Computer-&-Mobile/'
|
||||
)
|
||||
for citem in soup.findAll('meta', content=lambda s: s and s.endswith('view/3.jpg')):
|
||||
return citem['content']
|
||||
return soup.find('img', id=lambda s: s and 'mgd__lhd__cover' in s.split())['src']
|
||||
|
Loading…
x
Reference in New Issue
Block a user