mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
656f0e967e
commit
532b302f60
@ -265,7 +265,7 @@ class Economist(BasicNewsRecipe):
|
|||||||
'default': '600',
|
'default': '600',
|
||||||
},
|
},
|
||||||
'de': {
|
'de': {
|
||||||
'short': 'Digital Edition',
|
'short': 'Web Edition',
|
||||||
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
|
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
|
||||||
'default': 'No',
|
'default': 'No',
|
||||||
}
|
}
|
||||||
@ -277,7 +277,7 @@ class Economist(BasicNewsRecipe):
|
|||||||
if d and isinstance(d, str):
|
if d and isinstance(d, str):
|
||||||
if d.lower().strip() == 'yes':
|
if d.lower().strip() == 'yes':
|
||||||
self.from_archive = False
|
self.from_archive = False
|
||||||
elif d.lower().strip() == 'no':
|
elif d.lower().strip() == 'yes':
|
||||||
self.from_archive = True
|
self.from_archive = True
|
||||||
|
|
||||||
needs_subscription = False
|
needs_subscription = False
|
||||||
|
@ -265,7 +265,7 @@ class Economist(BasicNewsRecipe):
|
|||||||
'default': '600',
|
'default': '600',
|
||||||
},
|
},
|
||||||
'de': {
|
'de': {
|
||||||
'short': 'Digital Edition',
|
'short': 'Web Edition',
|
||||||
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
|
'long': 'Yes/No. Digital Edition does not skip some articles based on your location.',
|
||||||
'default': 'No',
|
'default': 'No',
|
||||||
}
|
}
|
||||||
@ -277,7 +277,7 @@ class Economist(BasicNewsRecipe):
|
|||||||
if d and isinstance(d, str):
|
if d and isinstance(d, str):
|
||||||
if d.lower().strip() == 'yes':
|
if d.lower().strip() == 'yes':
|
||||||
self.from_archive = False
|
self.from_archive = False
|
||||||
elif d.lower().strip() == 'no':
|
elif d.lower().strip() == 'yes':
|
||||||
self.from_archive = True
|
self.from_archive = True
|
||||||
|
|
||||||
needs_subscription = False
|
needs_subscription = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user