This commit is contained in:
Kovid Goyal 2024-12-22 09:37:03 +05:30
commit 549a660e1c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -226,7 +226,7 @@ class Economist(BasicNewsRecipe):
# downloaded with connection reset by peer (104) errors. # downloaded with connection reset by peer (104) errors.
delay = 3 delay = 3
from_archive = False from_archive = True
recipe_specific_options = { recipe_specific_options = {
'date': { 'date': {

View File

@ -226,7 +226,7 @@ class Economist(BasicNewsRecipe):
# downloaded with connection reset by peer (104) errors. # downloaded with connection reset by peer (104) errors.
delay = 3 delay = 3
from_archive = False from_archive = True
recipe_specific_options = { recipe_specific_options = {
'date': { 'date': {