mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-01-18 12:34:29 -05:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
youtube-dl -f bestvideo+bestaudio --config-location "$HOME/.config/youtube-dl/video" "$@"
|
||
|
exit $?
|
||
|
|