casjay 0777c29ab9
🦈🏠🐜 Initial Commit 🐜🦈🏠
2022-10-07 15:56:48 -04:00

5 lines
142 B
Bash

#!/usr/bin/env sh
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --config-location "$HOME/.config/youtube-dl/music" "$@"
exit $?