mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-01 16:51:39 +03:00
update notes
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user