mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a0a1b8a8f3
commit
af0039485f
@ -184,7 +184,6 @@ class WSJ(BasicNewsRecipe):
|
|||||||
query, safe='()!', quote_via=quote
|
query, safe='()!', quote_via=quote
|
||||||
)
|
)
|
||||||
raw = self.index_to_soup(url, raw=True)
|
raw = self.index_to_soup(url, raw=True)
|
||||||
cat_data = json.loads(raw)
|
|
||||||
|
|
||||||
cat_data = json.loads(raw)['data']['mobileIssuesByMasthead']
|
cat_data = json.loads(raw)['data']['mobileIssuesByMasthead']
|
||||||
edit = [x['datedLabel'] for x in cat_data][1:]
|
edit = [x['datedLabel'] for x in cat_data][1:]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user