mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-10-31 23:02:40 +00:00
[ie/pornhub] Fix login by email address (#9914)
Closes #9717 Authored by: feederbox826
This commit is contained in:
parent
85ec2a337a
commit
518c1afc15
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ def is_logged(webpage):
|
|||
login_form = self._hidden_inputs(login_page)
|
||||
|
||||
login_form.update({
|
||||
'username': username,
|
||||
'email': username,
|
||||
'password': password,
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue