mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
recipes: japanese news
fix titles and language code
This commit is contained in:
parent
d002d73a5a
commit
37a682a8a2
@ -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')]
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user