From d537d3f2ae7746bab3eb1d3ec4b79d0e15f528c6 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 17 Jun 2012 11:56:19 +0530 Subject: [PATCH] Update CanardPC --- recipes/canardpc.recipe | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes/canardpc.recipe b/recipes/canardpc.recipe index d42790eb67..3b4a6ecab7 100644 --- a/recipes/canardpc.recipe +++ b/recipes/canardpc.recipe @@ -6,10 +6,12 @@ class AdvancedUserRecipe1271446252(BasicNewsRecipe): max_articles_per_feed = 100 language = 'fr' __author__ = 'zorgluf' + max_articles_per_feed = 25 + #encoding = 'cp1252' + use_embedded_content = False + + no_stylesheets = True + auto_cleanup = True feeds = [(u'CanardPC', u'http://www.canardpc.com/feed.php')] - remove_tags_after = dict(id='auteur_news') - remove_tags_before = dict(id='fil_ariane') - no_stylesheets = True - remove_tags = [dict(name='a', attrs={'class':'news_tags'}), - dict(name='div', attrs={'id':'fil_ariane'})] +