Skip to content

Instantly share code, notes, and snippets.

@eyecatchup
Created February 25, 2017 00:30
Show Gist options
  • Select an option

  • Save eyecatchup/627a1e1a8579fb19418f02eca230f564 to your computer and use it in GitHub Desktop.

Select an option

Save eyecatchup/627a1e1a8579fb19418f02eca230f564 to your computer and use it in GitHub Desktop.
# sh binaries:
$ youtube-dl.exe --format mp4 --merge-output-format mp4 \
--extract-audio --audio-format mp3 --audio-quality 0 \
--yes-playlist -o "%(autonumber)s-%(title)s.%(ext)s" \
--add-metadata --restrict-filenames --no-overwrites \
--prefer-ffmpeg --hls-prefer-ffmpeg \
--ignore-errors --geo-bypass --debug \
https://www.youtube.com/playlist?list=$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment