mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 07:03:41 +02:00
Re-enabled time magazine
This commit is contained in:
parent
cc060c74ab
commit
afde9acfdf
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@
|
|||
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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue