5 lines
117 B
Plaintext
Raw Normal View History

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