Fix #645 (Character coding change)

This commit is contained in:
Kovid Goyal 2017-03-16 09:44:07 +05:30
parent fe58ac0c98
commit b50adb992a

View File

@ -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')]