recipes: japanese news

fix titles and language code
This commit is contained in:
Hiroshi Miura 2010-11-22 09:09:36 +09:00
parent d002d73a5a
commit 37a682a8a2
3 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,6 @@ class EndgadgetJapan(BasicNewsRecipe):
oldest_article = 7 oldest_article = 7
max_articles_per_feed = 100 max_articles_per_feed = 100
no_stylesheets = True no_stylesheets = True
language = _('Japanese') language = 'ja'
encoding = 'utf-8' encoding = 'utf-8'
feeds = [(u'engadget', u'http://japanese.engadget.com/rss.xml')] feeds = [(u'engadget', u'http://japanese.engadget.com/rss.xml')]

View File

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

View File

@ -1,5 +1,5 @@
class MainichiDailyITNews(BasicNewsRecipe): class MainichiDailyITNews(BasicNewsRecipe):
title = u'Mainichi News' title = u'Mainichi News - IT&Electronics'
__author__ = 'Hiroshi Miura' __author__ = 'Hiroshi Miura'
oldest_article = 2 oldest_article = 2
max_articles_per_feed = 100 max_articles_per_feed = 100