This commit is contained in:
Kovid Goyal 2011-08-04 20:01:15 -06:00
parent 0ea98fe29f
commit b203704a6b

View File

@ -8,6 +8,9 @@ class Newsweek(BasicNewsRecipe):
language = 'en'
encoding = 'utf-8'
no_stylesheets = True
recipe_disabled = ('Newsweek was taken over by The Daily Beast,'
' newsweek.com no longer exists, so this recipe '
' has been disabled.')
BASE_URL = 'http://www.newsweek.com'