1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-04-13 00:46:31 +00:00

revert available patch

This commit is contained in:
bashonly 2024-11-26 04:00:09 +00:00 committed by GitHub
parent ba45b57c0b
commit 3f29f068ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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):