Fix #6372 (Updated Recipe:New Scientist)

This commit is contained in:
Kovid Goyal 2010-08-01 08:48:50 -06:00
parent 94a885a961
commit 89a1fa7a51

View File

@ -1,4 +1,3 @@
__license__ = 'GPL v3'
__copyright__ = '2008-2010, AprilHare, Darko Miletic <darko.miletic at gmail.com>'
'''
@ -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' })