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' })