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,7 +126,7 @@ class LeMonde(BasicNewsRecipe):
|
||||
|
||||
remove_tags = [
|
||||
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='section', attrs={'class':
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user