From fd42d4138805581f4a53a89a7d19eb021c772c2b Mon Sep 17 00:00:00 2001 From: Abdulmohsen <1621552+arabcoders@users.noreply.github.com> Date: Fri, 2 May 2025 23:17:12 +0300 Subject: [PATCH] Update yt_dlp/extractor/youtube/_video.py Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/youtube/_video.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yt_dlp/extractor/youtube/_video.py b/yt_dlp/extractor/youtube/_video.py index 3f3b1ec631..b79094db18 100644 --- a/yt_dlp/extractor/youtube/_video.py +++ b/yt_dlp/extractor/youtube/_video.py @@ -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