Skip to content

Instantly share code, notes, and snippets.

@thiagoeh
Created May 28, 2020 22:19
Show Gist options
  • Select an option

  • Save thiagoeh/93ba5c7eb90128b167b99502e9012346 to your computer and use it in GitHub Desktop.

Select an option

Save thiagoeh/93ba5c7eb90128b167b99502e9012346 to your computer and use it in GitHub Desktop.
Getting audio from an youtube video
# https://askubuntu.com/questions/634584/how-to-download-youtube-videos-as-a-best-quality-audio-mp3-using-youtube-dl
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 5 <URL>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment