Skip to content

Instantly share code, notes, and snippets.

@scholtzm
Created September 23, 2017 13:35
Show Gist options
  • Save scholtzm/466209b0759d1213d4b03ae17acc91bf to your computer and use it in GitHub Desktop.
Save scholtzm/466209b0759d1213d4b03ae17acc91bf to your computer and use it in GitHub Desktop.
[Download best audio from YouTube and convert to mp3] #youtube #audio #youtube-dl
youtube-dl -f bestaudio "<YOUTUBE VIDEO URL>" --exec "ffmpeg -i {} -codec:a libmp3lame -qscale:a 0 {}.mp3 && rm {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment