mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 10:35:20 -04:00
fix #5696 (incorrect encoding for Epub output for Sueddeutsche Zeitung generated in text)
This commit is contained in:
@@ -19,10 +19,10 @@ class Sueddeutsche(BasicNewsRecipe):
|
||||
no_stylesheets = True
|
||||
language = 'de'
|
||||
|
||||
encoding = 'iso-8859-15'
|
||||
encoding = 'utf-8'
|
||||
remove_javascript = True
|
||||
|
||||
|
||||
|
||||
remove_tags = [ dict(name='link'), dict(name='iframe'),
|
||||
dict(name='div', attrs={'id':["bookmarking","themenbox","artikelfoot","CAD_AD",
|
||||
"SKY_AD","NT1_AD","navbar1","sdesiteheader"]}),
|
||||
|
||||
Reference in New Issue
Block a user