Files
youtube-dl/bin/ytdv
T

5 lines
117 B
Bash
Raw Normal View History

2022-10-07 15:56:48 -04:00
#!/usr/bin/env sh
youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
exit $?