mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-24 17:59:53 -04:00
Change 'email' field to 'username' in login mediapart.recipe
This commit is contained in:
parent
9fba48765a
commit
fcf6a2cb25
@ -108,7 +108,7 @@ class Mediapart(BasicNewsRecipe):
|
||||
if self.username is not None and self.password is not None:
|
||||
br.open('https://www.mediapart.fr/login')
|
||||
br.select_form(nr=0)
|
||||
br['email'] = self.username
|
||||
br['username'] = self.username
|
||||
br['password'] = self.password
|
||||
br.submit()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user