diff --git a/yt_dlp/extractor/redbulltv.py b/yt_dlp/extractor/redbulltv.py index c17dfcb8ad..a265a07f9b 100644 --- a/yt_dlp/extractor/redbulltv.py +++ b/yt_dlp/extractor/redbulltv.py @@ -68,7 +68,7 @@ class RedBullTVIE(InfoExtractor): headers={'Authorization': token}, ) except ExtractorError as e: - self.to_screen(f'Downloading video information failed, {e.cause.response.read().decode()}') + self.report_warning(f'Downloading video information failed, {e.cause.response.read().decode()}') title = (video.get('title') or 'title').strip()