From 41c1efff19c20b10ab0a60f4c2abc16bddb70451 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 24 Sep 2024 15:15:35 +0530 Subject: [PATCH] Fix images not working in Le Monde --- recipes/le_monde.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/le_monde.recipe b/recipes/le_monde.recipe index f815b1cc38..72d90b77e6 100644 --- a/recipes/le_monde.recipe +++ b/recipes/le_monde.recipe @@ -126,11 +126,11 @@ 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': + 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' ] })