Skip to content

Instantly share code, notes, and snippets.

@GrayXu
Created March 5, 2020 12:03
Show Gist options
  • Save GrayXu/23f3fd98a891a22ba215b1f474990609 to your computer and use it in GitHub Desktop.
Save GrayXu/23f3fd98a891a22ba215b1f474990609 to your computer and use it in GitHub Desktop.
youtube-dl easy call
# 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