From 66a104e977a5cd7e7b5c65dc93c42c1628d5396f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 23 Jun 2025 11:46:33 +0530 Subject: [PATCH] Update Economist --- recipes/economist.recipe | 3 +-- recipes/economist_free.recipe | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 0229b25154..254c3200f8 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -251,9 +251,8 @@ class Economist(BasicNewsRecipe): # economist.com has started throttling after about 60% of the total has # downloaded with connection reset by peer (104) errors. delay = 3 - + browser_type = 'webengine' from_archive = True - recipe_specific_options = { 'date': { 'short': 'The date of the edition to download (YYYY-MM-DD format)', diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 0229b25154..254c3200f8 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -251,9 +251,8 @@ class Economist(BasicNewsRecipe): # economist.com has started throttling after about 60% of the total has # downloaded with connection reset by peer (104) errors. delay = 3 - + browser_type = 'webengine' from_archive = True - recipe_specific_options = { 'date': { 'short': 'The date of the edition to download (YYYY-MM-DD format)',