mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
d6fd1f8293
commit
d766adc463
@ -21,7 +21,7 @@ class Guardian(BasicNewsRecipe):
|
|||||||
|
|
||||||
title = u'The Guardian and The Observer'
|
title = u'The Guardian and The Observer'
|
||||||
if date.today().weekday() == 6:
|
if date.today().weekday() == 6:
|
||||||
base_url = "https://www.theguardian.com/theobserver"
|
base_url = "https://www.theguardian.com/observer"
|
||||||
else:
|
else:
|
||||||
base_url = "https://www.theguardian.com/uk"
|
base_url = "https://www.theguardian.com/uk"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user