This commit is contained in:
Kovid Goyal 2011-07-23 12:07:41 -06:00
parent 1240cba3ea
commit 16ad2c9f02

View File

@ -12,7 +12,7 @@ from datetime import date
class Guardian(BasicNewsRecipe):
title = u'The Guardian / The Observer'
title = u'The Guardian and The Observer'
if date.today().weekday() == 6:
base_url = "http://www.guardian.co.uk/theobserver"
else: