[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
1 changed files with 1 additions and 1 deletions

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',