Update yt_dlp/extractor/youtube/_video.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
Abdulmohsen
2025-05-02 23:17:12 +03:00
committed by GitHub
co-authored by bashonly
parent 7032093e91
commit fd42d41388
+2
View File
@@ -1820,6 +1820,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
retry.error = f'Cannot find refreshed manifest for format {format_id}{bug_reports_message()}' retry.error = f'Cannot find refreshed manifest for format {format_id}{bug_reports_message()}'
continue continue
# Formats from ended premieres will be missing a manifest_url
# See https://github.com/yt-dlp/yt-dlp/issues/8543
if not f.get('manifest_url'): if not f.get('manifest_url'):
break break