mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix #5696 (incorrect encoding for Epub output for Sueddeutsche Zeitung generated in text)
This commit is contained in:
parent
4af32fc6f0
commit
fb9d327cbf
@ -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"]}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user