From 4158611deb77cb444828601638f00dfa4ebb66d6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 15 Apr 2021 08:11:29 +0530 Subject: [PATCH] Fix #1924193 [1843 subscription no longer works](https://bugs.launchpad.net/calibre/+bug/1924193) --- recipes/1843.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/1843.recipe b/recipes/1843.recipe index 7be722a8b8..35380ad083 100644 --- a/recipes/1843.recipe +++ b/recipes/1843.recipe @@ -29,7 +29,7 @@ class E1843(BasicNewsRecipe): ] def parse_index(self): - soup = self.index_to_soup('https://economist.com/1843/') + soup = self.index_to_soup('https://economist.com/1843') ans = [] for a in soup.findAll(**classes('headline-link')):