mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8702b759b1
commit
8fdbe112ba
@ -22,12 +22,8 @@ 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/theobserver"
|
||||||
cover_pic = 'Observer digital edition'
|
|
||||||
masthead_url = 'http://static.guim.co.uk/sys-images/Guardian/Pix/site_furniture/2010/10/19/1287478087992/The-Observer-001.gif'
|
|
||||||
else:
|
else:
|
||||||
base_url = "https://www.theguardian.com/uk"
|
base_url = "https://www.theguardian.com/uk"
|
||||||
cover_pic = 'Guardian digital edition'
|
|
||||||
masthead_url = 'http://static.guim.co.uk/static/f76b43f9dcfd761f0ecf7099a127b603b2922118/common/images/logos/the-guardian/titlepiece.gif'
|
|
||||||
|
|
||||||
__author__ = 'Kovid Goyal'
|
__author__ = 'Kovid Goyal'
|
||||||
language = 'en_GB'
|
language = 'en_GB'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user