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