mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-05 18:51:37 +03:00
Update yt_dlp/extractor/youtube/_video.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -1820,6 +1820,8 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
||||
retry.error = f'Cannot find refreshed manifest for format {format_id}{bug_reports_message()}'
|
||||
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'):
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user