Created
March 5, 2020 12:03
-
-
Save GrayXu/23f3fd98a891a22ba215b1f474990609 to your computer and use it in GitHub Desktop.
youtube-dl easy call
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
# use it like "$./down.sh https://***/ https://***/ ..." to use youtube-dl eaiser | |
# log would be append to file "./log" | |
echo -e "\033[32mDownload list↓:\033[0m" | |
echo $* | |
nohup youtube-dl -cit $* > log & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment