Browse Source

add youtube audio downloader "heck_yt_audio"

master
heck 7 months ago
parent
commit
67f333ffb0
  1. 3
      bash_profile.d/00_base.sh

3
bash_profile.d/00_base.sh

@ -28,6 +28,9 @@ function heck_clion {
/Applications/CLion.app/Contents/MacOS . >/dev/null 2>&1 &
}
function heck_yt_audio {
yt-dlp -x --audio-format mp3 $1
}
#The USER scripts (my scripts) :)
export PATH=$PATH:"$HOME/HeckBashSetup/scripts"

Loading…
Cancel
Save