From afde9acfdf1e88c92867e25bc608edfd0637c3bd Mon Sep 17 00:00:00 2001 From: Tom Scholl Date: Fri, 20 May 2011 06:49:24 +0000 Subject: [PATCH] Re-enabled time magazine --- recipes/time_magazine.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/time_magazine.recipe b/recipes/time_magazine.recipe index 380bf71f8c..ac7821b65a 100644 --- a/recipes/time_magazine.recipe +++ b/recipes/time_magazine.recipe @@ -10,8 +10,8 @@ import re from calibre.web.feeds.news import BasicNewsRecipe class Time(BasicNewsRecipe): - recipe_disabled = ('This recipe has been disabled as TIME no longer' - ' publish complete articles on the web.') + #recipe_disabled = ('This recipe has been disabled as TIME no longer' + # ' publish complete articles on the web.') title = u'Time' __author__ = 'Kovid Goyal and Sujata Raman' description = 'Weekly magazine'