This commit is contained in:
unkn0w7n 2025-06-08 13:29:27 +05:30
parent a0a1b8a8f3
commit af0039485f

View File

@ -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:]