From 6fcff2462e65e061caf6b1427f569bf09c7b289d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 19 May 2010 13:12:17 -0600 Subject: [PATCH] ... --- resources/recipes/digitalspy_uk.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' )