Skip to content

Instantly share code, notes, and snippets.

@jiahut
Last active November 7, 2018 07:07
Show Gist options
  • Save jiahut/377083a641519ae92b97196450078605 to your computer and use it in GitHub Desktop.
Save jiahut/377083a641519ae92b97196450078605 to your computer and use it in GitHub Desktop.
extract audio from youtube

brew install youtube-dl ffmpeg

youtube-dl -x --audio-format mp3 --proxy socks5://127.0.0.1:1086 <yotube_url>

@jiahut
Copy link
Author

jiahut commented Nov 7, 2018

brew install youtube-dl ffmpeg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment