mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-21 03:26:16 +03:00
fix warning
This commit is contained in:
@@ -68,7 +68,7 @@ class RedBullTVIE(InfoExtractor):
|
|||||||
headers={'Authorization': token},
|
headers={'Authorization': token},
|
||||||
)
|
)
|
||||||
except ExtractorError as e:
|
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()
|
title = (video.get('title') or 'title').strip()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user