From bd574dee010b3abc9ae5c2a88601ff24b2176dff Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:15:43 +0530 Subject: [PATCH] ... --- recipes/wsj_news.recipe | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/wsj_news.recipe b/recipes/wsj_news.recipe index 1b0d2cf3de..c5f3ef5d0b 100644 --- a/recipes/wsj_news.recipe +++ b/recipes/wsj_news.recipe @@ -132,8 +132,6 @@ class WSJ(BasicNewsRecipe): def parse_index(self): index = 'https://bartender.mobile.dowjones.io' catalog = json.loads(self.index_to_soup(index + '/catalogs/v1/wsj/us/catalog.json', raw=True)) - edit = [itm['key'][10:] for itm in catalog['items'] if itm['type'] == 'ITPNEXTGEN'][1:] - self.log('**Past Editions available :', ', '.join(edit)) for itm in catalog['items']: if itm['key'] == 'NOW': key = itm['key']