mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1902593 [News from Sweden/IDG does not always show swedish characters](https://bugs.launchpad.net/calibre/+bug/1902593)
This commit is contained in:
parent
a575a05530
commit
55cf40a781
@ -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')]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user