Skip to content

Instantly share code, notes, and snippets.

@aosterwyk
Created November 19, 2021 02:17
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 aosterwyk/8a3a0b9e8ace43f6b68612bf683c2b36 to your computer and use it in GitHub Desktop.
Save aosterwyk/8a3a0b9e8ace43f6b68612bf683c2b36 to your computer and use it in GitHub Desktop.
youtube-dl mp3
youtube-dl.exe --extract-audio --audio-format mp3 --audio-quality 0 --ffmpeg-location "ffmpeg\bin" -o %(title)s.%(ext)s <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment