fix warning

This commit is contained in:
Aleksei Gusev
2025-02-09 01:10:36 +03:00
parent 94b5fcc988
commit f6d97b3060
+1 -1
View File
@@ -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()