From 7756b8b7533ccc9bf866468ad5d155ee3480ae11 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 29 Apr 2013 21:14:04 +0530 Subject: [PATCH] ... --- recipes/baltimore_sun.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/baltimore_sun.recipe b/recipes/baltimore_sun.recipe index a32e9f315b..6226595473 100644 --- a/recipes/baltimore_sun.recipe +++ b/recipes/baltimore_sun.recipe @@ -13,14 +13,14 @@ class BaltimoreSun(BasicNewsRecipe): __author__ = 'Josh Hall' description = 'Complete local news and blogs from Baltimore' language = 'en' - version = 2.4 - oldest_article = 1.5 + version = 2.5 + oldest_article = 1 max_articles_per_feed = 100 use_embedded_content = False no_stylesheets = True remove_javascript = True remove_empty_feeds= True - recursions = 3 + recursions = 1 ignore_duplicate_articles = {'title'} keep_only_tags = [dict(name='div', attrs={'class':["story","entry-asset asset hentry"]}),