From e9eeea67ae4223cafa9a1128b2450a6d6e27e326 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Sep 2021 12:40:20 +0530 Subject: [PATCH] Fix images missing in Foreign Affairs --- recipes/foreignaffairs.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/foreignaffairs.recipe b/recipes/foreignaffairs.recipe index 3af404ea71..da9c68e60e 100644 --- a/recipes/foreignaffairs.recipe +++ b/recipes/foreignaffairs.recipe @@ -136,7 +136,7 @@ class ForeignAffairsRecipe(BasicNewsRecipe): classes('article-header article-body article-lead-image article-body-text'), ] remove_tags = [ - classes('print-hidden loading-indicator paywall article-footer') + classes('loading-indicator paywall article-footer') ] conversion_options = {'comments': description, 'tags': category, 'language': 'en',