mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 03:10:38 +00:00
[linuxacadamy] Fix login
This commit is contained in:
parent
498f560638
commit
3700c7ef10
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user