Fix #1579811 [Recipe Spiegel Online codepage change](https://bugs.launchpad.net/calibre/+bug/1579811)

This commit is contained in:
Kovid Goyal 2016-05-09 22:11:01 +05:30
parent 12ba319038
commit 68131bf2bd

View File

@ -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']),