projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4dea07
)
[lynda] Fix confirm login request (#6088)
author
Sergey M․
<dstftw@gmail.com>
Fri, 26 Jun 2015 13:46:42 +0000
(19:46 +0600)
committer
Sergey M․
<dstftw@gmail.com>
Fri, 26 Jun 2015 13:46:42 +0000
(19:46 +0600)
youtube_dl/extractor/lynda.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/lynda.py
b/youtube_dl/extractor/lynda.py
index 2ff902c65ed07e24262d115ca92ad84235d72893..18efe5a0942c2f40238d86f3f9ed9ba591281505 100644
(file)
--- a/
youtube_dl/extractor/lynda.py
+++ b/
youtube_dl/extractor/lynda.py
@@
-65,7
+65,7
@@
class LyndaBaseIE(InfoExtractor):
'stayPut': 'false',
}
request = compat_urllib_request.Request(
- self._LOGIN_URL, compat_urllib_parse.urlencode(confirm_form))
+ self._LOGIN_URL, compat_urllib_parse.urlencode(confirm_form)
.encode('utf-8')
)
login_page = self._download_webpage(
request, None,
'Confirming log in and log out from another device')