[lynda] Fix confirm login request (#6088)
authorSergey M․ <dstftw@gmail.com>
Fri, 26 Jun 2015 13:46:42 +0000 (19:46 +0600)
committerSergey M․ <dstftw@gmail.com>
Fri, 26 Jun 2015 13:46:42 +0000 (19:46 +0600)
youtube_dl/extractor/lynda.py

index 2ff902c65ed07e24262d115ca92ad84235d72893..18efe5a0942c2f40238d86f3f9ed9ba591281505 100644 (file)
@@ -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')