From af0039485fb8ccfa7985b85c58389f04d507afb3 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Sun, 8 Jun 2025 13:29:27 +0530 Subject: [PATCH] ... --- recipes/wsj.recipe | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 35b04f2d81..9e560b0319 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -184,7 +184,6 @@ class WSJ(BasicNewsRecipe): query, safe='()!', quote_via=quote ) raw = self.index_to_soup(url, raw=True) - cat_data = json.loads(raw) cat_data = json.loads(raw)['data']['mobileIssuesByMasthead'] edit = [x['datedLabel'] for x in cat_data][1:]