From 3f29f068ee0a689a82994e1e696b00df22ea8759 Mon Sep 17 00:00:00 2001 From: bashonly <88596187+bashonly@users.noreply.github.com> Date: Tue, 26 Nov 2024 04:00:09 +0000 Subject: [PATCH] revert `available` patch --- yt_dlp/postprocessor/ffmpeg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/postprocessor/ffmpeg.py b/yt_dlp/postprocessor/ffmpeg.py index 632acab5cf..3f2f753fa9 100644 --- a/yt_dlp/postprocessor/ffmpeg.py +++ b/yt_dlp/postprocessor/ffmpeg.py @@ -206,7 +206,7 @@ class FFmpegPostProcessor(PostProcessor): @property def available(self): - return self._ffmpeg_location.get() or self.basename is not None + return self.basename is not None @property def executable(self):