mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-11-25 10:55:14 +00:00
@@ -809,7 +809,7 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
|
||||
# Youtube sometimes sends incomplete data
|
||||
# See: https://github.com/ytdl-org/youtube-dl/issues/28194
|
||||
if not traverse_obj(response, *variadic(check_get_keys)):
|
||||
retry.error = ExtractorError('Incomplete data received')
|
||||
retry.error = ExtractorError('Incomplete data received', expected=True)
|
||||
continue
|
||||
|
||||
return response
|
||||
|
||||
Reference in New Issue
Block a user