mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-12-24 00:49:06 +00:00
Fix quotes
This commit is contained in:
@@ -1632,7 +1632,7 @@ class YoutubeDL:
|
||||
if max_wait_retries > 0:
|
||||
self.report_error(f'Giving up after {wait_retries - 1} {"retries" if wait_retries > 2 else "retry"} while waiting.')
|
||||
else:
|
||||
self.report_error(f'Video is still unavailable after waiting.')
|
||||
self.report_error('Video is still unavailable after waiting.')
|
||||
raise UserNotLive('Maximum number of retries exceeded while waiting for stream')
|
||||
if e.expected:
|
||||
self.to_screen(f'{e}; Re-extracting data')
|
||||
|
||||
Reference in New Issue
Block a user