mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
fix encoding for trojmiasto.pl recipe
This commit is contained in:
parent
de1b0d1cb6
commit
9aa202d7bc
@ -8,7 +8,7 @@ class Trojmiasto(BasicNewsRecipe):
|
||||
description = u'Wiadomości, imprezy, wydarzenia, spektakle.Gdańsk, Gdynia, Sopot - NOCLEGI, Katalog firm, repertuar kin, wydarzenia, przewodnik, mapa, kwatery, hotele. Portal regionalny trojmiasto.pl' # noqa
|
||||
category = ''
|
||||
language = 'pl'
|
||||
encoding = 'iso-8859-2'
|
||||
encoding = 'utf-8'
|
||||
extra_css = 'ul {list-style: none; padding:0; margin:0;}'
|
||||
cover_url = 'http://www.trojmiasto.pl/_img/toplong2/logo_trojmiasto.gif'
|
||||
use_embedded_content = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user