Skip to content

Instantly share code, notes, and snippets.

@bo01ean
Last active October 20, 2019 06:08
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 bo01ean/8913a6672be37b0ca192f4b6ae4348c5 to your computer and use it in GitHub Desktop.
Save bo01ean/8913a6672be37b0ca192f4b6ae4348c5 to your computer and use it in GitHub Desktop.
### pip install youtube-dl
### rip "https://www.youtube.com/watch?v=7jR1JWQwqNo"
rip() {
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 "$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment