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

5 lines
117 B
Bash

#!/usr/bin/env sh
youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
exit $?