Skip to content

Instantly share code, notes, and snippets.

@include
Created December 12, 2013 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save include/7926589 to your computer and use it in GitHub Desktop.
Save include/7926589 to your computer and use it in GitHub Desktop.
#!/bin/bash
URL_LIST=$*
YOUTUBE_DL="/usr/local/bin/youtube-dl"
YOUTUBE_DL_OPTS="--title --restrict-filenames --write-thumbnail --extract-audio --audio-format mp3 --audio-quality 0 --continue --no-overwrites"
${YOUTUBE_DL} ${YOUTUBE_DL_OPTS} ${URL_LIST}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment