recipe: japanese: fix minor bugs

- jijinews: fix encoding 
  - mainichi, nikkei: add icons
This commit is contained in:
Hiroshi Miura 2010-11-27 12:04:00 +09:00
parent 3a8eae0fba
commit 064bfaa7f9
5 changed files with 0 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 953 B

View File

Before

Width:  |  Height:  |  Size: 948 B

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

View File

@ -14,7 +14,6 @@ class JijiDotCom(BasicNewsRecipe):
description = 'World News from Jiji Press' description = 'World News from Jiji Press'
publisher = 'Jiji Press Ltd.' publisher = 'Jiji Press Ltd.'
category = 'news' category = 'news'
encoding = 'utf-8'
oldest_article = 6 oldest_article = 6
max_articles_per_feed = 100 max_articles_per_feed = 100
encoding = 'euc_jisx0213' encoding = 'euc_jisx0213'