From df03daa245e9b30c51f0591de7433b9b74636273 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Tue, 2 Dec 2014 21:20:05 +0100 Subject: [PATCH] arstechnica: remove twitter/facebook links and 'you make also like' --- recipes/ars_technica.recipe | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/ars_technica.recipe b/recipes/ars_technica.recipe index 52753db06b..2df3871a8b 100644 --- a/recipes/ars_technica.recipe +++ b/recipes/ars_technica.recipe @@ -45,6 +45,9 @@ class ArsTechnica(BasicNewsRecipe): remove_tags = [ dict(name=['object','link','embed','iframe','meta']) ,dict(attrs={'class':'corner-info'}) + ,dict(attrs={'id': 'article-footer-wrap'}) + ,dict(attrs={'class': 'article-expander'}) + ,dict(name='nav',attrs={'class': 'subheading'}) ] remove_attributes = ['lang']