diff --git a/bash_profile.d/convenience.sh b/bash_profile.d/convenience.sh index 8737ce2..eaa85d8 100644 --- a/bash_profile.d/convenience.sh +++ b/bash_profile.d/convenience.sh @@ -18,3 +18,4 @@ function fmatch() { } +alias yt2mp3='yt-dlp -x --audio-quality 0 --audio-format mp3'