Skip to content

Instantly share code, notes, and snippets.

@ksuhiyp
Created October 23, 2018 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ksuhiyp/17e5451580774029a5a7e9bd66ed278e to your computer and use it in GitHub Desktop.
Save ksuhiyp/17e5451580774029a5a7e9bd66ed278e to your computer and use it in GitHub Desktop.
download youtube playlist and converts it to audio using youtube-dl
youtube-dl --extract-audio --audio-format best --audio-quality 0 --write-thumbnail -o "./%(title)s.%(ext)s" <playlist url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment