1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 15:06:23 -04:00

Allow specifying path in --external-downloader

This commit is contained in:
pukkandan
2021-02-27 16:52:27 +05:30
parent 86878b6cd9
commit 7f7de7f94d
4 changed files with 11 additions and 10 deletions

View File

@@ -326,9 +326,10 @@ Then simply run `make`. You can also run `make yt-dlp` instead to compile only t
--no-hls-use-mpegts Do not use the mpegts container for HLS
videos. This is default when not
downloading live streams
--external-downloader NAME Use the specified external downloader.
Currently supports aria2c, avconv, axel,
curl, ffmpeg, httpie, wget
--external-downloader NAME Name or path of the external downloader to
use. Currently supports aria2c, avconv,
axel, curl, ffmpeg, httpie, wget
(Recommended: aria2c)
--downloader-args NAME:ARGS Give these arguments to the external
downloader. Specify the downloader name and
the arguments separated by a colon ":". You