mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
update kresy.pl
This commit is contained in:
parent
5b78ef3810
commit
7d54f6325d
@ -6,12 +6,9 @@ class Kresy(BasicNewsRecipe):
|
|||||||
__author__ = 'fenuks'
|
__author__ = 'fenuks'
|
||||||
description = u'portal społeczności kresowej'
|
description = u'portal społeczności kresowej'
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
masthead_url = 'http://www.kresy.pl/public/img/logo.png'
|
|
||||||
cover_url = 'http://www.kresy.pl/public/img/logo.png'
|
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
keep_only_tags = [dict(id='artykul')]
|
keep_only_tags = [dict(name='div', attrs={'class': ['big-slider big-preview single-big', 'entry-content-wrapper clearfix standard-content']})]
|
||||||
remove_tags = [
|
remove_tags = [dict(attrs={'class': ['entry-footer', 'kresy_donate']})]
|
||||||
dict(attrs={'class': ['twitter-share-button', 'likefbborder', 'tagi']})]
|
feeds = [(u'Wszystkie', u'https://www.kresy.pl/rss')]
|
||||||
feeds = [(u'Wszystkie', u'http://www.kresy.pl/rss')]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user