mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
[youtube] Fix authentication (2) (Closes #10392)
This commit is contained in:
parent
1212e9972f
commit
05bddcc512
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
|||
login_form = self._hidden_inputs(login_page)
|
||||
|
||||
login_form.update({
|
||||
'checkConnection': 'youtube',
|
||||
'Email': username,
|
||||
'Passwd': password,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue