From d766adc4630952907409a71f880b7343992554df Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 26 Apr 2022 08:24:57 +0530 Subject: [PATCH] ... --- recipes/guardian.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/guardian.recipe b/recipes/guardian.recipe index 59536283ec..7073ce4be0 100644 --- a/recipes/guardian.recipe +++ b/recipes/guardian.recipe @@ -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"