aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanoarn <74262064+stanoarn@users.noreply.github.com>2021-11-09 17:14:17 -0500
committerGitHub <noreply@github.com>2021-11-10 03:44:17 +0530
commitd54c6003abdd1e3cb45c9d116a001671717da59d (patch)
treed39c628983bc791dc8de67c925df0a32dcc9e62a
parent1ee316a34a9510d466e828844830ddce3653688b (diff)
downloadhypervideo-pre-d54c6003abdd1e3cb45c9d116a001671717da59d.tar.lz
hypervideo-pre-d54c6003abdd1e3cb45c9d116a001671717da59d.tar.xz
hypervideo-pre-d54c6003abdd1e3cb45c9d116a001671717da59d.zip
fix for e1b7c54d7894534778c7796a4481671acab70f8f
Authored by: stanoarn
-rw-r--r--yt_dlp/extractor/iprima.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/iprima.py b/yt_dlp/extractor/iprima.py
index 52f668526..347fec1d5 100644
--- a/yt_dlp/extractor/iprima.py
+++ b/yt_dlp/extractor/iprima.py
@@ -94,7 +94,7 @@ class IPrimaIE(InfoExtractor):
'client_id': 'prima_sso',
'grant_type': 'authorization_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(
self._TOKEN_URL, None,