mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: japanese: fix titles
This commit is contained in:
commit
9c52a35b31
@ -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 @@ 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
|
||||
|
@ -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…
x
Reference in New Issue
Block a user