From 56d79c597be664ea7f72341fffc2e3bb78e18b51 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 10 Sep 2021 07:53:28 +0530 Subject: [PATCH] ... --- recipes/the_week.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/the_week.recipe b/recipes/the_week.recipe index dc1894f42b..2a2d1916d7 100644 --- a/recipes/the_week.recipe +++ b/recipes/the_week.recipe @@ -48,7 +48,7 @@ class TheWeek(BasicNewsRecipe): def preprocess_html(self, soup): a = soup.find('a') - a.name = 'span' + a.name = 'div' h2 = soup.find('h2') h2.string = fix_title(h2.string) return soup