Created
October 20, 2017 20:35
-
-
Save snakebird/1ef6b672a958a5a9f03e8ec9716d751d to your computer and use it in GitHub Desktop.
youtube-dl external downloader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
youtube-dl-aria is obsolete - youtube-dl added builtin support for external | |
downloaders early 2015. | |
If you want to duplicate the behaviour of youtube-dl-aria using just | |
youtube-dl, you can run: | |
mkdir -p ~/.config/youtube-dl/ | |
cat > ~/.config/youtube-dl/config <<EOF | |
-o "[%(upload_date)s][%(id)s] %(title)s (by %(uploader)s).%(ext)s" | |
--external-downloader aria2c | |
--external-downloader-args "-c -j 3 -x 3 -s 3 -k 1M" | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment