HobbyistDev / yt-dlp

A youtube-dl fork with additional features and fixes
https://discord.gg/H5MNcFW63r
The Unlicense
0 stars 2 forks source link

[Feature Requests] Add --dependency-path #2

Open HobbyistDev opened 2 years ago

HobbyistDev commented 2 years ago

Checklist

Description

The currrent yt-dlp only can specify --ffmpeg-location and the other downloader need to same path of yt-dlp or need in the PATH. This issue propose a new option --dependency-path that can extend --ffmpeg-location for another downloader or another dependency. Example : --dependency-path ffmpeg:<FFMPEG_PATH>, aria2c:<aria_path>, AtomicParsley:<atomicparsley_path>

We can even make this even further if we include plugin.Example: --dependency-path plugin:<plugin1_path>,<plugin2_path>

Verbose log

No response