mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
minor fix for esensja rss
This commit is contained in:
parent
2b78b82be7
commit
fa5ad455ee
@ -12,12 +12,6 @@ class EsensjaRSS(BasicNewsRecipe):
|
|||||||
language = 'pl'
|
language = 'pl'
|
||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
INDEX = 'http://www.esensja.pl'
|
INDEX = 'http://www.esensja.pl'
|
||||||
extra_css = '''.t-title {font-size: x-large; font-weight: bold; text-align: left}
|
|
||||||
.t-author {font-size: x-small; text-align: left}
|
|
||||||
.t-title2 {font-size: x-small; font-style: italic; text-align: left}
|
|
||||||
.text {font-size: small; text-align: left}
|
|
||||||
.annot-ref {font-style: italic; text-align: left}
|
|
||||||
'''
|
|
||||||
cover_url = ''
|
cover_url = ''
|
||||||
masthead_url = 'http://esensja.pl/img/wrss.gif'
|
masthead_url = 'http://esensja.pl/img/wrss.gif'
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user