From 59036c65670f636d8a84126a09d50ed2cb1766c6 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Fri, 16 May 2025 20:00:21 +0000 Subject: [PATCH] update notes --- yt_dlp/extractor/iprima.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/iprima.py b/yt_dlp/extractor/iprima.py index ffb8184202..bf2344f720 100644 --- a/yt_dlp/extractor/iprima.py +++ b/yt_dlp/extractor/iprima.py @@ -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,