Skip to content

Instantly share code, notes, and snippets.

@patterns
Created February 3, 2017 04:28
Show Gist options
  • Save patterns/86514b722a2674544856bd70880866ff to your computer and use it in GitHub Desktop.
Save patterns/86514b722a2674544856bd70880866ff to your computer and use it in GitHub Desktop.
Save sound from Youtube video URL
#!/bin/bash
#brew install youtube-dl
#brew install ffmpeg
youtube-dl --extract-audio --audio-format mp3 -k https://youtu.be/short-url-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment