mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1453279 [Typo in magazine feed name (EPW, India) OS X](https://bugs.launchpad.net/calibre/+bug/1453279)
This commit is contained in:
parent
20542b5a5b
commit
d3704529cb
@ -4,7 +4,7 @@ __copyright__ = '2014-2015, Karthik <hashkendistro@gmail.com>, Krittika Goyal'
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
class EconomicAndPoliticalWeekly(BasicNewsRecipe):
|
class EconomicAndPoliticalWeekly(BasicNewsRecipe):
|
||||||
title = 'Economic and Poitical Weekly'
|
title = 'Economic and Political Weekly'
|
||||||
__author__ = 'Karthik K, Krittika Goyal'
|
__author__ = 'Karthik K, Krittika Goyal'
|
||||||
description = 'Economic and Political news from India'
|
description = 'Economic and Political news from India'
|
||||||
publisher = 'epw.in'
|
publisher = 'epw.in'
|
||||||
@ -17,12 +17,11 @@ class EconomicAndPoliticalWeekly(BasicNewsRecipe):
|
|||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
language = 'en_IN'
|
language = 'en_IN'
|
||||||
publication_type = 'newspaper'
|
publication_type = 'newspaper'
|
||||||
#timefmt = ''
|
|
||||||
masthead_url = 'http://www.epw.in/system/files/epw_masthead.png'
|
masthead_url = 'http://www.epw.in/system/files/epw_masthead.png'
|
||||||
extra_css = """
|
extra_css = """
|
||||||
body{font-family: Arial,Helvetica,sans-serif}
|
body{font-family: Arial,Helvetica,sans-serif}
|
||||||
"""
|
"""
|
||||||
conversion_options = {'comment' : description,
|
conversion_options = {'comment' : description,
|
||||||
'tags' : category,
|
'tags' : category,
|
||||||
'publisher' : publisher,
|
'publisher' : publisher,
|
||||||
'language' : language
|
'language' : language
|
||||||
|
Loading…
x
Reference in New Issue
Block a user