recipes: japanese: fix titles

This commit is contained in:
Hiroshi Miura 2010-11-23 13:43:49 +09:00
commit 9c52a35b31
4 changed files with 3 additions and 3 deletions

View File

@ -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')]

View File

@ -7,7 +7,7 @@ www.mainichi.jp
'''
class MainichiDailyNews(BasicNewsRecipe):
title = u'Mainichi News'
title = u'Mainichi Daily News'
__author__ = 'Hiroshi Miura'
oldest_article = 2
max_articles_per_feed = 20

View File

@ -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