mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 22:03:15 +02:00
...
This commit is contained in:
parent
0ea98fe29f
commit
b203704a6b
1 changed files with 3 additions and 0 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue