mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Economist
increase delay
This commit is contained in:
parent
ed3b6ab6d1
commit
dbf9deab16
@ -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': {
|
||||
|
@ -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': {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user