This commit is contained in:
Kovid Goyal 2015-12-04 19:09:40 +05:30
parent 46b3a9c258
commit 26cff461eb

View File

@ -43,8 +43,8 @@ class NewYorkReviewOfBooks(BasicNewsRecipe):
br = BasicNewsRecipe.get_browser(self)
br.open('http://www.nybooks.com/account/signin/')
br.select_form(nr=2)
br['username'] = self.username
br['password'] = self.password
br['user_login'] = self.username
br['user_password'] = self.password
br.submit()
return br