From 6224c9b0cb4300063be1833fd025a31f143ed8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Mon, 21 Oct 2019 22:54:29 +0200 Subject: [PATCH] =?UTF-8?q?update=20Czas=20Gentleman=C3=B3w=20recipe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/czas_gentlemanow.recipe | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/recipes/czas_gentlemanow.recipe b/recipes/czas_gentlemanow.recipe index aeaa9d0312..672e2f77e1 100644 --- a/recipes/czas_gentlemanow.recipe +++ b/recipes/czas_gentlemanow.recipe @@ -9,7 +9,7 @@ class CzasGentlemanow(BasicNewsRecipe): description = u'Historia mężczyzn z dala od wielkiej polityki' category = 'blog' 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'} oldest_article = 7 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;}' no_stylesheets = True remove_empty_feeds = True - preprocess_regexps = [ - (re.compile(u'

Może Cię też zainteresować:

'), lambda m: '')] use_embedded_content = False - keep_only_tags = [dict(name='div', attrs={'class': 'content'})] - remove_tags = [dict(attrs={'class': 'meta_comments'}), dict( - id=['comments', 'related_posts_thumbnails', 'respond'])] - remove_tags_after = dict(id='comments') + keep_only_tags = [dict(name='div', attrs={'class': 'post-wrapper'})] + remove_tags = [dict(attrs={'class': ['awac-wrapper', 'post-bottom', 'comment', 'seperate']})] feeds = [ - (u'M\u0119ski \u015awiat', u'http://czasgentlemanow.pl/category/meski-swiat/feed/'), - (u'Styl', u'http://czasgentlemanow.pl/category/styl/feed/'), - (u'Vademecum Gentlemana', u'http://czasgentlemanow.pl/category/vademecum/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/')] + (u'Charakter', u'https://czasgentlemanow.pl/category/charakter/feed/'), + (u'Wizerunek', u'https://czasgentlemanow.pl/category/wizerunek/feed/'), + (u'Relacje międzyludzkie', u'https://czasgentlemanow.pl/category/relacje-miedzyludzkie/feed/')]