Skip to content

Commit

Permalink
[youtube] Fix authentication (2) (Closes #10392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Aug 23, 2016
1 parent 1212e99 commit 05bddcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions youtube_dl/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def _login(self):
login_form = self._hidden_inputs(login_page)

login_form.update({
'checkConnection': 'youtube',
'Email': username,
'Passwd': password,
})
Expand Down

0 comments on commit 05bddcc

Please sign in to comment.