Skip to content

Instantly share code, notes, and snippets.

@Sijisu
Created January 19, 2020 21:05
Show Gist options
  • Save Sijisu/d9633d183e43968cf51a09a755080963 to your computer and use it in GitHub Desktop.
Save Sijisu/d9633d183e43968cf51a09a755080963 to your computer and use it in GitHub Desktop.
Function for downloading a YouTube video and converting it to mp3
yt2mp3() { youtube-dl --extract-audio --audio-format mp3 "$1"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment