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
|
||||
|
||||
class EconomicAndPoliticalWeekly(BasicNewsRecipe):
|
||||
title = 'Economic and Poitical Weekly'
|
||||
title = 'Economic and Political Weekly'
|
||||
__author__ = 'Karthik K, Krittika Goyal'
|
||||
description = 'Economic and Political news from India'
|
||||
publisher = 'epw.in'
|
||||
@ -17,7 +17,6 @@ class EconomicAndPoliticalWeekly(BasicNewsRecipe):
|
||||
encoding = 'utf-8'
|
||||
language = 'en_IN'
|
||||
publication_type = 'newspaper'
|
||||
#timefmt = ''
|
||||
masthead_url = 'http://www.epw.in/system/files/epw_masthead.png'
|
||||
extra_css = """
|
||||
body{font-family: Arial,Helvetica,sans-serif}
|
||||
|
Loading…
x
Reference in New Issue
Block a user