mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-16 14:08:07 +01:00
Fix #1579811 [Recipe Spiegel Online codepage change](https://bugs.launchpad.net/calibre/+bug/1579811)
This commit is contained in:
parent
12ba319038
commit
68131bf2bd
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class Spiegel_ger(BasicNewsRecipe):
|
|||
lang = 'de-DE'
|
||||
no_stylesheets = True
|
||||
use_embedded_content = False
|
||||
encoding = 'cp1252'
|
||||
encoding = 'UTF-8' # AGe 2016-05-09 old: cp1252
|
||||
keep_only_tags = [
|
||||
dict(name='h2', attrs={'class':'article-title'}),
|
||||
dict(id=['js-article-top-wide-asset', 'js-article-column']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue