This commit is contained in:
ArabCoders 2024-01-06 21:19:45 +03:00
parent cd38667a7c
commit 7874949fa1

View file

@ -221,7 +221,7 @@ class DownloadQueue:
if self.isDownloaded(entry):
raise yt_dlp.utils.ExistingVideoReached()
if not self.config.allow_manifestless and 'live_status' in entry and entry.get('live_status') is 'post_live':
if not self.config.allow_manifestless and 'live_status' in entry and 'post_live' == entry.get('live_status'):
raise yt_dlp.utils.YoutubeDLError(
'Video is in Post-Live Manifestless mode.')