mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 10:50:38 +00:00
[ie/pornhub] Fix login by email address (#9914)
Closes #9717 Authored by: feederbox826
This commit is contained in:
parent
85ec2a337a
commit
518c1afc15
@ -97,7 +97,7 @@ class PornHubBaseIE(InfoExtractor):
|
||||
login_form = self._hidden_inputs(login_page)
|
||||
|
||||
login_form.update({
|
||||
'username': username,
|
||||
'email': username,
|
||||
'password': password,
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user