parent
1ee316a34a
commit
d54c6003ab
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue