This commit is contained in:
Kovid Goyal 2011-08-24 11:57:09 -06:00
parent fb08ceb1e5
commit 23f4463f27

View File

@ -36,8 +36,9 @@ class BBC(BasicNewsRecipe):
]
remove_tags = [
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper', \
'story-feature wide ', 'story-feature narrow']})
dict(name='div', attrs={'class':['story-feature related narrow', 'share-help', 'embedded-hyper',
'story-feature wide ', 'story-feature narrow']}),
dict(id=['hypertab', 'comment-form']),
]
remove_attributes = ['width','height']