This commit is contained in:
Kovid Goyal 2026-04-15 20:46:23 +05:30
commit 86d0abb1a9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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: