1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-02-17 22:00:45 +01:00

[linuxacadamy] Fix login

This commit is contained in:
pukkandan 2021-03-24 04:06:26 +05:30
parent 498f560638
commit 3700c7ef10
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

View File

@ -112,7 +112,7 @@ class LinuxAcademyIE(InfoExtractor):
'client_id': self._CLIENT_ID,
'redirect_uri': self._ORIGIN_URL,
'tenant': 'lacausers',
'connection': 'Username-Password-Authentication',
'connection': 'Username-Password-ACG-Proxy',
'username': username,
'password': password,
'sso': 'true',