This commit is contained in:
unkn0w7n 2025-04-03 22:09:16 +05:30
parent 656f0e967e
commit 532b302f60
2 changed files with 4 additions and 4 deletions

View File

@ -265,7 +265,7 @@ class Economist(BasicNewsRecipe):
'default': '600',
},
'de': {
'short': 'Digital Edition',
'short': 'Web Edition',
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
'default': 'No',
}
@ -277,7 +277,7 @@ class Economist(BasicNewsRecipe):
if d and isinstance(d, str):
if d.lower().strip() == 'yes':
self.from_archive = False
elif d.lower().strip() == 'no':
elif d.lower().strip() == 'yes':
self.from_archive = True
needs_subscription = False

View File

@ -265,7 +265,7 @@ class Economist(BasicNewsRecipe):
'default': '600',
},
'de': {
'short': 'Digital Edition',
'short': 'Web Edition',
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
'default': 'No',
}
@ -277,7 +277,7 @@ class Economist(BasicNewsRecipe):
if d and isinstance(d, str):
if d.lower().strip() == 'yes':
self.from_archive = False
elif d.lower().strip() == 'no':
elif d.lower().strip() == 'yes':
self.from_archive = True
needs_subscription = False