This commit is contained in:
Kovid Goyal 2022-04-26 08:24:57 +05:30
parent d6fd1f8293
commit d766adc463
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -21,7 +21,7 @@ class Guardian(BasicNewsRecipe):
title = u'The Guardian and The Observer'
if date.today().weekday() == 6:
base_url = "https://www.theguardian.com/theobserver"
base_url = "https://www.theguardian.com/observer"
else:
base_url = "https://www.theguardian.com/uk"