From dbf9deab16ea0ca34afeb78dce896e002d3d1e14 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:14:06 +0530 Subject: [PATCH] Update Economist increase delay --- recipes/economist.recipe | 2 +- recipes/economist_free.recipe | 2 +- recipes/economist_world_ahead.recipe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 9139ef5e20..38ea34e460 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -195,7 +195,7 @@ class Economist(BasicNewsRecipe): remove_attributes = ['data-reactid', 'width', 'height'] # economist.com has started throttling after about 60% of the total has # downloaded with connection reset by peer (104) errors. - delay = 1 + delay = 2 recipe_specific_options = { 'date': { diff --git a/recipes/economist_free.recipe b/recipes/economist_free.recipe index 9139ef5e20..38ea34e460 100644 --- a/recipes/economist_free.recipe +++ b/recipes/economist_free.recipe @@ -195,7 +195,7 @@ class Economist(BasicNewsRecipe): remove_attributes = ['data-reactid', 'width', 'height'] # economist.com has started throttling after about 60% of the total has # downloaded with connection reset by peer (104) errors. - delay = 1 + delay = 2 recipe_specific_options = { 'date': { diff --git a/recipes/economist_world_ahead.recipe b/recipes/economist_world_ahead.recipe index f2923a10f1..27d64fd4b1 100644 --- a/recipes/economist_world_ahead.recipe +++ b/recipes/economist_world_ahead.recipe @@ -194,7 +194,7 @@ class Economist(BasicNewsRecipe): remove_attributes = ['data-reactid', 'width', 'height'] # economist.com has started throttling after about 60% of the total has # downloaded with connection reset by peer (104) errors. - delay = 1 + delay = 2 needs_subscription = False