mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Fix images not working in Le Monde
This commit is contained in:
parent
e6ee7d15d3
commit
41c1efff19
@ -126,11 +126,11 @@ class LeMonde(BasicNewsRecipe):
|
|||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
classes('article__status meta__reading-time meta__social multimedia-embed'),
|
classes('article__status meta__reading-time meta__social multimedia-embed'),
|
||||||
dict(name=['footer', 'link', 'meta', 'svg', 'button']),
|
dict(name=['footer', 'link', 'meta', 'svg', 'button', 'source']),
|
||||||
dict(name='img', attrs={'class': ['article__author-picture']}),
|
dict(name='img', attrs={'class': ['article__author-picture']}),
|
||||||
dict(name='section', attrs={'class':
|
dict(name='section', attrs={'class':
|
||||||
[
|
[
|
||||||
'inread js-services-inread', 'catcher catcher--inline', 'inread inread--NL js-services-inread',
|
'inread js-services-inread', 'catcher catcher--inline', 'inread inread--NL js-services-inread',
|
||||||
'article__reactions', 'author', 'catcher', 'portfolio', 'services-inread'
|
'article__reactions', 'author', 'catcher', 'portfolio', 'services-inread'
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user