mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-01-04 04:29:37 +01:00
Fix external downloader availability when using --ffmpeg-location (#12318)
This fix is only applicable to the CLI option Authored by: Kenshin9977
This commit is contained in:
parent
c034d65548
commit
9f77e04c76
2 changed files with 1 additions and 3 deletions
|
|
@ -457,8 +457,6 @@ class FFmpegFD(ExternalFD):
|
|||
|
||||
@classmethod
|
||||
def available(cls, path=None):
|
||||
# TODO: Fix path for ffmpeg
|
||||
# Fixme: This may be wrong when --ffmpeg-location is used
|
||||
return FFmpegPostProcessor().available
|
||||
|
||||
def on_process_started(self, proc, stdin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue