Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Last active October 8, 2021 14:32
Show Gist options
  • Save Noitidart/22cedf4a82e6636a337a56a6a8940d65 to your computer and use it in GitHub Desktop.
Save Noitidart/22cedf4a82e6636a337a56a6a8940d65 to your computer and use it in GitHub Desktop.
@Noitidart
Copy link
Author

Noitidart commented Sep 19, 2021

Adding yt to mac:

vim ~/.bash_profile

function yt {
  youtube-dl -x --audio-format mp3 -f bestaudio "$1" -o '~/Music/%(artist)s - %(track)s.%(ext)s'
}

source ~/.bash_profile

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