From 6218a97320d31abfef989f86f96eea998cb6a921 Mon Sep 17 00:00:00 2001 From: unkn0w7n <51942695+unkn0w7n@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:55:09 +0530 Subject: [PATCH] ... --- recipes/economist.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/economist.recipe b/recipes/economist.recipe index 2941338f4f..15cb026a6c 100644 --- a/recipes/economist.recipe +++ b/recipes/economist.recipe @@ -266,6 +266,7 @@ class Economist(BasicNewsRecipe): return self.economist_return_index(ans) def economist_parse_index(self, raw): + edition_date = self.recipe_specific_options.get('date') if edition_date: data = json.loads(raw)['data']['section'] else: