This commit is contained in:
Kovid Goyal 2009-11-21 06:21:46 -07:00
parent 79f223845d
commit 87c7c91ab2
3 changed files with 89 additions and 88 deletions

View File

@ -8,6 +8,7 @@ class HBR(BasicNewsRecipe):
needs_subscription = True needs_subscription = True
__author__ = 'Kovid Goyal and Sujata Raman' __author__ = 'Kovid Goyal and Sujata Raman'
timefmt = ' [%B %Y]' timefmt = ' [%B %Y]'
language = 'en'
no_stylesheets = True no_stylesheets = True
LOGIN_URL = 'http://hbr.harvardbusiness.org/login?request_url=/' LOGIN_URL = 'http://hbr.harvardbusiness.org/login?request_url=/'