mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove Weekend section as it is no longer updated
This commit is contained in:
parent
9e34ba665f
commit
fbaa69f74e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user