Skip to content

Instantly share code, notes, and snippets.

@kendricktan
Created July 30, 2018 13:52
Show Gist options
  • Save kendricktan/a8309aa3040978eb2f39013b598cf165 to your computer and use it in GitHub Desktop.
Save kendricktan/a8309aa3040978eb2f39013b598cf165 to your computer and use it in GitHub Desktop.
Download youtube music via youtube-dl
youtube-dl --extract-audio --audio-format mp3 -o '%(title)s.%(ext)s' <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment