mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-20 16:58:54 -04:00
Merge branch 'master' of https://github.com/unkn0w7n/calibre
This commit is contained in:
commit
86d0abb1a9
@ -85,6 +85,8 @@ class TheHindu(BasicNewsRecipe):
|
||||
|
||||
self.log('Downloading The Hindu, ' + local_edition[3:] + ' edition, ' + today)
|
||||
url = absurl('/todays-paper/' + today + '/' + local_edition + '/')
|
||||
if local_edition == 'th_chennai' and today == date.today().strftime('%Y-%m-%d'):
|
||||
url = absurl('/todays-paper/')
|
||||
|
||||
mag_url = None
|
||||
if dt.weekday() == 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user