From 17059daeac4174b083cbd9d24b8aa91879f64021 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Sep 2022 07:32:24 +0530 Subject: [PATCH] Also download peoms from Spectator --- recipes/spectator_magazine.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/spectator_magazine.recipe b/recipes/spectator_magazine.recipe index 3410b179ec..c2a2876456 100644 --- a/recipes/spectator_magazine.recipe +++ b/recipes/spectator_magazine.recipe @@ -82,7 +82,7 @@ class spectator(BasicNewsRecipe): 'MagazineContent_spectator-magazine-content__article-card___' )): a = div.find('a', attrs={ - 'href': lambda x: x and x.startswith(('/article/', '/illustration/'))}) + 'href': lambda x: x and x.startswith(('/article/', '/illustration/', '/poem/'))}) if a is None: continue url = absurl(a['href'])