Fix #1902593 [News from Sweden/IDG does not always show swedish characters](https://bugs.launchpad.net/calibre/+bug/1902593)

This commit is contained in:
Kovid Goyal 2020-11-03 07:36:45 +05:30
parent a575a05530
commit 55cf40a781
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -11,7 +11,7 @@ class IDGse(BasicNewsRecipe):
oldest_article = 1 oldest_article = 1
max_articles_per_feed = 256 max_articles_per_feed = 256
no_stylesheets = True no_stylesheets = True
encoding = 'ISO-8859-1' encoding = 'utf-8'
remove_javascript = True remove_javascript = True
feeds = [(u'Dagens IDG-nyheter', u'http://feeds.idg.se/idg/ETkj?format=xml')] feeds = [(u'Dagens IDG-nyheter', u'http://feeds.idg.se/idg/ETkj?format=xml')]