mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
pep8
This commit is contained in:
parent
f9af139d31
commit
4bc31f28be
@ -4,8 +4,8 @@
|
|||||||
import base64
|
import base64
|
||||||
import json
|
import json
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ def absurl(url):
|
|||||||
class TheHindu(BasicNewsRecipe):
|
class TheHindu(BasicNewsRecipe):
|
||||||
title = 'The Hindu Print Edition'
|
title = 'The Hindu Print Edition'
|
||||||
__author__ = 'unkn0wn'
|
__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'
|
language = 'en_IN'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'
|
masthead_url = 'https://www.thehindu.com/theme/images/th-online/thehindu-logo.svg'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user