update notes

This commit is contained in:
bashonly 2025-05-16 20:00:21 +00:00 committed by GitHub
parent 64487d6b6d
commit 59036c6567
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,7 +86,7 @@ class IPrimaIE(InfoExtractor):
token_data = self._download_json(
'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({
'email': username,
'password': password,