From 8a35c9c3c127bbba212d2de49273c1384c0f53e4 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 24 Sep 2010 16:18:52 -0600 Subject: [PATCH] Fix #6935 (The formating on the blog for neals nuze was changed after i submitted :() --- resources/recipes/boortz.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/recipes/boortz.recipe b/resources/recipes/boortz.recipe index a3b0f5fffe..8fb8041411 100644 --- a/resources/recipes/boortz.recipe +++ b/resources/recipes/boortz.recipe @@ -6,7 +6,7 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe): description = 'Neal Boortz Show Radio Notes' publisher = 'Neal Boortz' category = 'news, politics, USA, talkshow' - oldest_article = 1 + oldest_article = 2 max_articles_per_feed = 100 linearize_tables = True no_stylesheets = True @@ -14,8 +14,8 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe): masthead_url = 'http://boortz.com/images/nuze_logo.gif' keep_only_tags = [ - dict(name='div', attrs={'id':['SiteContent']}) - #,dict(attrs={'id':['cxArticleText']}) + dict(name='td', attrs={'id':['contentWellCell']}) + ] remove_tags = [ dict(name='a', attrs={'class':['blogPermalink']}),