This commit is contained in:
Kovid Goyal 2025-04-11 07:40:35 +05:30
parent f9af139d31
commit 4bc31f28be
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
import base64
import json
import re
from collections import defaultdict
from calibre.web.feeds.news import BasicNewsRecipe

View File

@ -17,7 +17,7 @@ def absurl(url):
class TheHindu(BasicNewsRecipe):
title = 'The Hindu Print Edition'
__author__ = 'unkn0wn'
description = "Articles from The Hindu, Today\'s Paper. This recipe now works only for yesterday\'s edition."
description = "Articles from The Hindu, Today's Paper. This recipe now works only for yesterday's edition."
language = 'en_IN'
no_stylesheets = True
masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'