From 45d57f4ee56a0a43444540f0d59bde1015e9361f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 2 Feb 2012 23:08:15 +0530 Subject: [PATCH] ... --- recipes/livemint.recipe | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/recipes/livemint.recipe b/recipes/livemint.recipe index e65d745da1..12f7b5c470 100644 --- a/recipes/livemint.recipe +++ b/recipes/livemint.recipe @@ -1,5 +1,4 @@ from calibre.web.feeds.news import BasicNewsRecipe -from calibre.ebooks.BeautifulSoup import BeautifulSoup class LiveMint(BasicNewsRecipe): title = u'Live Mint' @@ -15,13 +14,13 @@ class LiveMint(BasicNewsRecipe): feeds = [ -('Latest News', +('Latest News', 'http://www.livemint.com/StoryRss.aspx?LN=Latestnews'), - ('Gallery', + ('Gallery', 'http://www.livemint.com/GalleryRssfeed.aspx'), - ('Top Stories', + ('Top Stories', 'http://www.livemint.com/StoryRss.aspx?ts=Topstories'), - ('Banking', + ('Banking', 'http://www.livemint.com/StoryRss.aspx?Id=104'), ]