mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
recipe: japanese: fix minor bugs
- jijinews: fix encoding - mainichi, nikkei: add icons
This commit is contained in:
parent
3a8eae0fba
commit
064bfaa7f9
BIN
resources/images/news/mainichi.png
Normal file
BIN
resources/images/news/mainichi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 953 B |
BIN
resources/images/news/mainichi_it_news.png
Normal file
BIN
resources/images/news/mainichi_it_news.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 953 B |
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 948 B |
BIN
resources/images/news/nikkei_sub_industry.png
Normal file
BIN
resources/images/news/nikkei_sub_industry.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 948 B |
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user