From c851acf3de899a579c31f3b0ef2e937d9e482080 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 19 Jul 2024 12:27:20 +0530 Subject: [PATCH] Update The Atlantic --- recipes/atlantic.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/atlantic.recipe b/recipes/atlantic.recipe index 9e90dcce68..9766ed9ae3 100644 --- a/recipes/atlantic.recipe +++ b/recipes/atlantic.recipe @@ -199,7 +199,7 @@ class TheAtlantic(BasicNewsRecipe): self.cover_url = img['src'] current_section, current_articles = 'Cover Story', [] feeds = [] - for x in soup.findAll(**prefix_classes('TocFeaturedSection_heading__ TocSection_heading__ TocHeroGridItem_hedLink___ TocGridItem_hedLink__')): + for x in soup.findAll(**prefix_classes('TocFeaturedSection_heading__ TocSection_heading__ TocHeroGridItem_hedLink__ TocGridItem_hedLink__')): cls = x['class'] if not isinstance(cls, str): cls = ' '.join(cls)