[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 = self._hidden_inputs(login_page)
|
||||||
|
|
||||||
login_form.update({
|
login_form.update({
|
||||||
|
'checkConnection': 'youtube',
|
||||||
'Email': username,
|
'Email': username,
|
||||||
'Passwd': password,
|
'Passwd': password,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue