From 44eceb5e579c6dffa4eae15f2042f37d96f82f18 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Thu, 7 Dec 2017 16:20:58 +0000 Subject: [PATCH] Update economist_free.recipe --- recipes/economist_free.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 00c5ecc889..ea11bc470b 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -171,7 +171,7 @@ class Economist(BasicNewsRecipe): if img is not None: for part in img['srcset'].split(): if part.startswith('//'): - part = part.replace('200-width','1200-width') + part = part.replace('200-width','640-width') self.cover_url = 'https:' + part self.log('Got cover: ',self.cover_url) break