mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update muy_interesante_mexico.recipe
This commit is contained in:
parent
265835d280
commit
31a6664710
@ -22,10 +22,7 @@ class MuyInteresante(BasicNewsRecipe):
|
||||
soup = self.index_to_soup(
|
||||
'https://www.magzter.com/ES/Zinet-Media-Global/Muy-Interesante-Espa%C3%B1a/Science/1806044'
|
||||
)
|
||||
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']
|
||||
|
||||
extra_css = '''
|
||||
.c-detail__bar, .c-detail__author, .c-detail__media__txt { font-size:small; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user