Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Please add --external-downloader-location PATH #15464
Comments
|
You are missing correctly set |
It's probably not an issue at all, rather a feature request.
Noticed, that if I install Axel or Aria2c external downloaders via Brew, downloads are working like a charm, fast and efficient.
However, if I remove it from Brew's packages destination folder ( /usr/local/cellar/axel/..) and would like to use my own downloader build, youtube-dl uses its default one.
I understand, that this is expected behavior, but that'd be awesome, if we had an option like --external-downloader-location PATH, just like --ffmpeg-location PATH.
If this is an overkill, maybe youtube-dl could also consider looking for external downloader executables, at least with in the same folder and only then proceed to its default downloader..
Or am I missing something and I can somehow achieve this behavior with the latest build? maybe, I could just edit external.py file, but unfortunately my Python knowledge is equal to 0.