mirror of
https://github.com/casjaysdevdocker/youtube-dl
synced 2025-01-18 12:34:29 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
0777c29ab9
commit
40d9597bad
@ -123,7 +123,19 @@ healthcheck) # Docker healthcheck
|
|||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
__exec_bash "/bin/bash"
|
__exec_bash "/bin/bash"
|
||||||
else
|
else
|
||||||
__exec_bash "/bin/bash"
|
case "$1" in
|
||||||
|
audio)
|
||||||
|
shift 1
|
||||||
|
ytda "$@"
|
||||||
|
;;
|
||||||
|
video)
|
||||||
|
shift 1
|
||||||
|
ytdv "$@"
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
ytda "$@"
|
||||||
|
ytdv "$@"
|
||||||
|
esac
|
||||||
fi
|
fi
|
||||||
exitCode=$?
|
exitCode=$?
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user