From d171a3cc5df2bdacc58214c6e246190f420e1774 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Mar 2013 21:13:05 +0530 Subject: [PATCH] Update Publico.pt --- recipes/publico.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/publico.recipe b/recipes/publico.recipe index 7d913cbbe0..d221100b39 100644 --- a/recipes/publico.recipe +++ b/recipes/publico.recipe @@ -23,8 +23,8 @@ class PublicoPT(BasicNewsRecipe): remove_empty_feeds = True extra_css = ' body{font-family: Arial,Helvetica,sans-serif } img{margin-bottom: 0.4em} ' - keep_only_tags = [dict(attrs={'class':['content-noticia-title','artigoHeader','ECOSFERA_MANCHETE','noticia','textoPrincipal','ECOSFERA_texto_01']})] - remove_tags = [dict(attrs={'class':['options','subcoluna']})] + keep_only_tags = [dict(attrs={'class':['hentry article single']})] + remove_tags = [dict(attrs={'class':['entry-options entry-options-above group','entry-options entry-options-below group', 'module tag-list']})] feeds = [ (u'Geral', u'http://feeds.feedburner.com/publicoRSS'),