mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-20 13:57:25 +01:00
Fix ffmpeg not found when specifying ffmpeg_location
This commit is contained in:
parent
07d3a44dae
commit
4458983842
@ -207,7 +207,7 @@ def _probe_version(self):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def available(self):
|
def available(self):
|
||||||
return self.basename is not None
|
return self._ffmpeg_location.get() or self.basename is not None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def executable(self):
|
def executable(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user