From 89a1fa7a51a838d469d968cd141fe4be8059e63d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 1 Aug 2010 08:48:50 -0600 Subject: [PATCH] Fix #6372 (Updated Recipe:New Scientist) --- resources/recipes/new_scientist.recipe | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/recipes/new_scientist.recipe b/resources/recipes/new_scientist.recipe index b40be458bc..2e864565ff 100644 --- a/resources/recipes/new_scientist.recipe +++ b/resources/recipes/new_scientist.recipe @@ -1,4 +1,3 @@ - __license__ = 'GPL v3' __copyright__ = '2008-2010, AprilHare, Darko Miletic ' ''' @@ -36,7 +35,7 @@ class NewScientist(BasicNewsRecipe): remove_tags = [ dict(name='div' , attrs={'class':['hldBd','adline','pnl','infotext' ]}) - ,dict(name='div' , attrs={'id' :['compnl','artIssueInfo','artTools','comments','blgsocial']}) + ,dict(name='div' , attrs={'id' :['compnl','artIssueInfo','artTools','comments','blgsocial','sharebtns']}) ,dict(name='p' , attrs={'class':['marker','infotext' ]}) ,dict(name='meta' , attrs={'name' :'description' }) ,dict(name='a' , attrs={'rel' :'tag' })