From 23f4463f275b9caa0c978615e7ad8b422c36ea64 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Aug 2011 11:57:09 -0600 Subject: [PATCH] ... --- recipes/bbc.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/bbc.recipe b/recipes/bbc.recipe index 9c8b92f25c..2bccbaf4ae 100644 --- a/recipes/bbc.recipe +++ b/recipes/bbc.recipe @@ -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']