From 750f9d25b1462946a55a8c120770b219f3e4bbcc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 7 Dec 2009 20:05:41 -0700 Subject: [PATCH] Fix recipe for The Toronto Star --- resources/recipes/thestar.recipe | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/recipes/thestar.recipe b/resources/recipes/thestar.recipe index 695e50762a..e7dafae6d5 100644 --- a/resources/recipes/thestar.recipe +++ b/resources/recipes/thestar.recipe @@ -32,14 +32,14 @@ class TheTorontoStar(BasicNewsRecipe): remove_tags_before = dict(name='div',attrs={'id':'ts-article_header'}) feeds = [ - (u'News' , u'http://www.thestar.com/rss/0?searchMode=Query&categories=296' ) - ,(u'Opinions' , u'http://www.thestar.com/rss/0?searchMode=Query&categories=311' ) - ,(u'Business' , u'http://www.thestar.com/rss/0?searchMode=Query&categories=294' ) - ,(u'Sports' , u'http://www.thestar.com/rss/0?searchMode=Query&categories=295' ) - ,(u'Entertainment', u'http://www.thestar.com/rss/0?searchMode=Query&categories=296' ) - ,(u'Living' , u'http://www.thestar.com/rss/0?searchMode=Query&categories=296' ) - ,(u'Travel' , u'http://www.thestar.com/rss/82858?searchMode=Lineup' ) - ,(u'Science' , u'http://www.thestar.com/rss/82848?searchMode=Query&categories=300') + (u'News' , u'http://www.thestar.com/rss/82672?' ) + ,(u'Opinion' , u'http://www.thestar.com/rss/82863?' ) + ,(u'Business' , u'http://www.thestar.com/rss/82796?' ) + ,(u'Sports' , u'http://www.thestar.com/rss/82758?' ) + ,(u'Entertainment', u'http://www.thestar.com/rss/117741?' ) + ,(u'Living' , u'http://www.thestar.com/rss/82839?' ) + ,(u'Travel' , u'http://www.thestar.com/rss/82858?' ) + ,(u'Science' , u'http://www.thestar.com/rss/82848?') ] def print_version(self, url):