parent
c200096c03
commit
3ce2933693
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue