mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-16 09:45:38 +01:00
Fix #645 (Character coding change)
This commit is contained in:
parent
fe58ac0c98
commit
b50adb992a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ class SGhu(BasicNewsRecipe):
|
|||
oldest_article = 5
|
||||
max_articles_per_feed = 100
|
||||
no_stylesheets = True
|
||||
encoding = 'ISO-8859-2'
|
||||
encoding = 'utf-8'
|
||||
|
||||
feeds = [(u'SG.hu', u'http://www.sg.hu/plain/rss.xml')]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue