mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
532b302f60
commit
a0e86f271b
@ -276,8 +276,6 @@ class Economist(BasicNewsRecipe):
|
|||||||
d = self.recipe_specific_options.get('de')
|
d = self.recipe_specific_options.get('de')
|
||||||
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
|
|
||||||
elif d.lower().strip() == 'yes':
|
|
||||||
self.from_archive = True
|
self.from_archive = True
|
||||||
|
|
||||||
needs_subscription = False
|
needs_subscription = False
|
||||||
|
@ -276,8 +276,6 @@ class Economist(BasicNewsRecipe):
|
|||||||
d = self.recipe_specific_options.get('de')
|
d = self.recipe_specific_options.get('de')
|
||||||
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
|
|
||||||
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