diff --git a/resources/recipes/digitalspy_uk.recipe b/resources/recipes/digitalspy_uk.recipe index ac54c3790d..a8cda3efc2 100644 --- a/resources/recipes/digitalspy_uk.recipe +++ b/resources/recipes/digitalspy_uk.recipe @@ -31,7 +31,7 @@ class DigitalSpyUK(BasicNewsRecipe): remove_tags = [dict(name=['link'])] remove_attributes = ['height','width'] - keep_only_tags = [dict(name='div',attrs={'id':'article'})] + keep_only_tags = [dict(name='div',attrs={'id':'content'})] feeds = [ (u'News' , u'http://www.digitalspy.co.uk/rss/zones/gb/all.xml' )