mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-06-30 19:12:49 -05:00
[youtube] Fix authentication (2) (Closes #10392)
This commit is contained in:
@ -94,6 +94,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||
login_form = self._hidden_inputs(login_page)
|
||||
|
||||
login_form.update({
|
||||
'checkConnection': 'youtube',
|
||||
'Email': username,
|
||||
'Passwd': password,
|
||||
})
|
||||
|
Reference in New Issue
Block a user