[lynda] Fix confirm login request (#6088)

totalwebcasting
Sergey M․ 9 years ago
parent b4dea075a3
commit 62cca96b72

@ -65,7 +65,7 @@ class LyndaBaseIE(InfoExtractor):
'stayPut': 'false', 'stayPut': 'false',
} }
request = compat_urllib_request.Request( 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( login_page = self._download_webpage(
request, None, request, None,
'Confirming log in and log out from another device') 'Confirming log in and log out from another device')

Loading…
Cancel
Save