This commit is contained in:
Kovid Goyal 2013-09-25 07:22:19 +05:30
parent b2dc29019a
commit 90f095a8a5

View File

@ -21,7 +21,7 @@ class ScienceAAS(BasicNewsRecipe):
delay = 1
timefmt = ' [%A, %d %B, %Y]'
needs_subscription = True
LOGIN = 'http://www.sciencemag.org/cgi/login?uri=%2Findex.dtl'
LOGIN = 'http://www.sciencemag.org/cgi/login'
def get_browser(self):
br = BasicNewsRecipe.get_browser(self)