mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
aa2ef871fb
commit
6218a97320
@ -266,6 +266,7 @@ class Economist(BasicNewsRecipe):
|
|||||||
return self.economist_return_index(ans)
|
return self.economist_return_index(ans)
|
||||||
|
|
||||||
def economist_parse_index(self, raw):
|
def economist_parse_index(self, raw):
|
||||||
|
edition_date = self.recipe_specific_options.get('date')
|
||||||
if edition_date:
|
if edition_date:
|
||||||
data = json.loads(raw)['data']['section']
|
data = json.loads(raw)['data']['section']
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user