This commit is contained in:
Kovid Goyal 2024-12-12 17:35:21 +05:30
parent 1cd6aaef70
commit 048e917412
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -54,8 +54,8 @@ class WeeklyLWN(BasicNewsRecipe):
if self.username is not None and self.password is not None:
br.open('https://lwn.net/login')
br.select_form(name='loginform')
br['Username'] = self.username
br['Password'] = self.password
br['uname'] = self.username
br['pword'] = self.password
br.submit()
return br