mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-12 21:37:36 +01:00
fix for e1b7c54d7894534778c7796a4481671acab70f8f
Authored by: stanoarn
This commit is contained in:
parent
1ee316a34a
commit
d54c6003ab
@ -94,7 +94,7 @@ class IPrimaIE(InfoExtractor):
|
|||||||
'client_id': 'prima_sso',
|
'client_id': 'prima_sso',
|
||||||
'grant_type': 'authorization_code',
|
'grant_type': 'authorization_code',
|
||||||
'code': code,
|
'code': code,
|
||||||
'redirect_uri': 'https://auth.iprima.cz/sso/auth_check.html'}
|
'redirect_uri': 'https://auth.iprima.cz/sso/auth-check'}
|
||||||
|
|
||||||
token_data = self._download_json(
|
token_data = self._download_json(
|
||||||
self._TOKEN_URL, None,
|
self._TOKEN_URL, None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user