mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #645 (Character coding change)
This commit is contained in:
parent
fe58ac0c98
commit
b50adb992a
@ -9,7 +9,7 @@ class SGhu(BasicNewsRecipe):
|
|||||||
oldest_article = 5
|
oldest_article = 5
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
encoding = 'ISO-8859-2'
|
encoding = 'utf-8'
|
||||||
|
|
||||||
feeds = [(u'SG.hu', u'http://www.sg.hu/plain/rss.xml')]
|
feeds = [(u'SG.hu', u'http://www.sg.hu/plain/rss.xml')]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user