Last active
August 5, 2023 03:19
-
-
Save lord-carlos/74739d59ebae63ad842d84d3ebb72633 to your computer and use it in GitHub Desktop.
Uses youtube-dl with 15 threads
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
#!/bin/bash | |
#youtube-dl --external-downloader axel --external-downloader-args "-n 15 -a -k" "$@" | |
youtube-dl --external-downloader aria2c --external-downloader-args "-c -j 5 -x 10 --summary-interval=0" "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment