mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1579811 [Recipe Spiegel Online codepage change](https://bugs.launchpad.net/calibre/+bug/1579811)
This commit is contained in:
parent
12ba319038
commit
68131bf2bd
@ -20,7 +20,7 @@ class Spiegel_ger(BasicNewsRecipe):
|
|||||||
lang = 'de-DE'
|
lang = 'de-DE'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
encoding = 'cp1252'
|
encoding = 'UTF-8' # AGe 2016-05-09 old: cp1252
|
||||||
keep_only_tags = [
|
keep_only_tags = [
|
||||||
dict(name='h2', attrs={'class':'article-title'}),
|
dict(name='h2', attrs={'class':'article-title'}),
|
||||||
dict(id=['js-article-top-wide-asset', 'js-article-column']),
|
dict(id=['js-article-top-wide-asset', 'js-article-column']),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user