Created
February 25, 2017 00:30
-
-
Save eyecatchup/627a1e1a8579fb19418f02eca230f564 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # 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