From 741a90eece01716b50e934f05b42273a5bef6a86 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 30 Dec 2011 16:19:53 +0530 Subject: [PATCH] ... --- recipes/los_tiempos_bo.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/los_tiempos_bo.recipe b/recipes/los_tiempos_bo.recipe index 1d61396a4f..c6fdb3f407 100644 --- a/recipes/los_tiempos_bo.recipe +++ b/recipes/los_tiempos_bo.recipe @@ -41,7 +41,7 @@ class LosTiempos_Bol(BasicNewsRecipe): keep_only_tags = [dict(name='div', attrs={'id':'articulo'})] remove_tags = [ dict(name=['meta','link','form','iframe','embed','object','hr']) - ,dict(attrs={'class':['caja_fonts sin_border_bot','pub']}) + ,dict(attrs={'class':['caja_fonts sin_border_bot','pub','twitter-share-button']}) ] remove_attributes = ['width','height']