From e4ef6b8acfd44aec4fb5ec6f47e24d84481582f5 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Thu, 7 Dec 2017 16:21:16 +0000 Subject: [PATCH] Update economist.recipe --- recipes/economist.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 00c5ecc889..ea11bc470b 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.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