mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-06 09:54:28 +01:00
recipes: japanese news
fix titles and language code
This commit is contained in:
parent
d002d73a5a
commit
37a682a8a2
3 changed files with 3 additions and 3 deletions
|
|
@ -13,6 +13,6 @@ class EndgadgetJapan(BasicNewsRecipe):
|
|||
oldest_article = 7
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
language = _('Japanese')
|
||||
language = 'ja'
|
||||
encoding = 'utf-8'
|
||||
feeds = [(u'engadget', u'http://japanese.engadget.com/rss.xml')]
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
'''
|
||||
|
||||
class MainichiDailyNews(BasicNewsRecipe):
|
||||
title = u'Mainichi News'
|
||||
title = u'Mainichi Daily News'
|
||||
__author__ = 'Hiroshi Miura'
|
||||
oldest_article = 2
|
||||
max_articles_per_feed = 20
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
class MainichiDailyITNews(BasicNewsRecipe):
|
||||
title = u'Mainichi News'
|
||||
title = u'Mainichi News - IT&Electronics'
|
||||
__author__ = 'Hiroshi Miura'
|
||||
oldest_article = 2
|
||||
max_articles_per_feed = 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue