mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
update Czas Gentlemanów recipe
This commit is contained in:
parent
6a78584511
commit
6224c9b0cb
@ -9,7 +9,7 @@ class CzasGentlemanow(BasicNewsRecipe):
|
|||||||
description = u'Historia mężczyzn z dala od wielkiej polityki'
|
description = u'Historia mężczyzn z dala od wielkiej polityki'
|
||||||
category = 'blog'
|
category = 'blog'
|
||||||
language = 'pl'
|
language = 'pl'
|
||||||
cover_url = 'http://czasgentlemanow.pl/wp-content/uploads/2012/10/logo-Czas-Gentlemanow1.jpg'
|
cover_url = 'https://czasgentlemanow.pl/wp-content/uploads/2012/10/logo-Czas-Gentlemanow1.jpg'
|
||||||
ignore_duplicate_articles = {'title', 'url'}
|
ignore_duplicate_articles = {'title', 'url'}
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
@ -17,18 +17,10 @@ class CzasGentlemanow(BasicNewsRecipe):
|
|||||||
.wp-caption-text {text-align: left;} img.aligncenter {display: block; margin-left: auto; margin-right: auto;} .alignleft {float: left; margin-right:5px;}'
|
.wp-caption-text {text-align: left;} img.aligncenter {display: block; margin-left: auto; margin-right: auto;} .alignleft {float: left; margin-right:5px;}'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
preprocess_regexps = [
|
|
||||||
(re.compile(u'<h3>Może Cię też zainteresować:</h3>'), lambda m: '')]
|
|
||||||
use_embedded_content = False
|
use_embedded_content = False
|
||||||
keep_only_tags = [dict(name='div', attrs={'class': 'content'})]
|
keep_only_tags = [dict(name='div', attrs={'class': 'post-wrapper'})]
|
||||||
remove_tags = [dict(attrs={'class': 'meta_comments'}), dict(
|
remove_tags = [dict(attrs={'class': ['awac-wrapper', 'post-bottom', 'comment', 'seperate']})]
|
||||||
id=['comments', 'related_posts_thumbnails', 'respond'])]
|
|
||||||
remove_tags_after = dict(id='comments')
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'M\u0119ski \u015awiat', u'http://czasgentlemanow.pl/category/meski-swiat/feed/'),
|
(u'Charakter', u'https://czasgentlemanow.pl/category/charakter/feed/'),
|
||||||
(u'Styl', u'http://czasgentlemanow.pl/category/styl/feed/'),
|
(u'Wizerunek', u'https://czasgentlemanow.pl/category/wizerunek/feed/'),
|
||||||
(u'Vademecum Gentlemana', u'http://czasgentlemanow.pl/category/vademecum/feed/'),
|
(u'Relacje międzyludzkie', u'https://czasgentlemanow.pl/category/relacje-miedzyludzkie/feed/')]
|
||||||
|
|
||||||
(u'Dom i rodzina', u'http://czasgentlemanow.pl/category/dom-i-rodzina/feed/'),
|
|
||||||
(u'Honor', u'http://czasgentlemanow.pl/category/honor/feed/'),
|
|
||||||
(u'Gad\u017cety Gentlemana', u'http://czasgentlemanow.pl/category/gadzety-gentlemana/feed/')]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user