mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-27 19:15:53 +00:00
update notes
This commit is contained in:
parent
64487d6b6d
commit
59036c6567
@ -86,7 +86,7 @@ class IPrimaIE(InfoExtractor):
|
|||||||
|
|
||||||
token_data = self._download_json(
|
token_data = self._download_json(
|
||||||
'https://ucet.iprima.cz/api/session/create', None,
|
'https://ucet.iprima.cz/api/session/create', None,
|
||||||
note='Downloading token', errnote='Downloading token failed',
|
note='Logging in', errnote='Failed to log in',
|
||||||
data=json.dumps({
|
data=json.dumps({
|
||||||
'email': username,
|
'email': username,
|
||||||
'password': password,
|
'password': password,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user