From aec8b04536f41b0fa4919adb27c7271d4102647d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 13 Jan 2012 08:17:54 +0530 Subject: [PATCH] ... --- recipes/mwjournal.recipe | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/recipes/mwjournal.recipe b/recipes/mwjournal.recipe index 5637c6aa88..0eacee6703 100644 --- a/recipes/mwjournal.recipe +++ b/recipes/mwjournal.recipe @@ -20,7 +20,6 @@ You need to sign up (free) and get username/password. import re # Import the regular expressions module. from calibre.ptempfile import TemporaryFile # we need this for saving to a temp file - from calibre.web.feeds.news import BasicNewsRecipe class MWJournal(BasicNewsRecipe): @@ -93,11 +92,11 @@ class MWJournal(BasicNewsRecipe): # Select the feeds that you are interested. feeds = [ (u'Current Issue', u'http://www.mwjournal.com/rss/Rss.asp?type=99'), - #(u'Industry News', u'http://mwjournal.com/rss/Rss.asp?type=1'), - #(u'Resources', u'http://mwjournal.com/rss/Rss.asp?type=3'), - #(u'Buyer\'s Guide', u'http://mwjournal.com/rss/Rss.asp?type=5'), - (u'Events', u'http://mwjournal.com/rss/Rss.asp?type=2'), - #(u'All Updates', u'http://mwjournal.com/rss/Rss.asp?type=0'), + (u'Industry News', u'http://www.mwjournal.com/rss/Rss.asp?type=1'), + (u'Resources', u'http://www.mwjournal.com/rss/Rss.asp?type=3'), + (u'Buyer\'s Guide', u'http://www.mwjournal.com/rss/Rss.asp?type=5'), + (u'Events', u'http://www.mwjournal.com/rss/Rss.asp?type=2'), + (u'All Updates', u'http://www.mwjournal.com/rss/Rss.asp?type=0'), ] # No magazine is complete without cover. Let's get it then!