Update Economist

increase delay
This commit is contained in:
unkn0w7n 2024-08-18 20:14:06 +05:30
parent ed3b6ab6d1
commit dbf9deab16
3 changed files with 3 additions and 3 deletions

View File

@ -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': {

View File

@ -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': {

View File

@ -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