From fbaa69f74e0c0db013ef2c2cadda34059f2ba90f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 3 Aug 2022 18:34:32 +0530 Subject: [PATCH] Remove Weekend section as it is no longer updated --- recipes/guardian.recipe | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes/guardian.recipe b/recipes/guardian.recipe index 615af6a847..2ee68b031b 100644 --- a/recipes/guardian.recipe +++ b/recipes/guardian.recipe @@ -113,6 +113,4 @@ class Guardian(BasicNewsRecipe): feeds = self.parse_section(self.base_url) feeds += self.parse_section( 'https://www.theguardian.com/uk/sport', 'Sport - ') - if date.today().weekday() in (5, 6): - feeds += self.parse_section('https://www.theguardian.com/theguardian/weekend', 'Weekend - ') return feeds