mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
pep8
This commit is contained in:
parent
f9af139d31
commit
4bc31f28be
@ -4,8 +4,8 @@
|
||||
import base64
|
||||
import json
|
||||
import re
|
||||
|
||||
from collections import defaultdict
|
||||
|
||||
from calibre.web.feeds.news import BasicNewsRecipe
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user