temporary change to yt-dlp

#296 and #297
This commit is contained in:
Azlux
2021-10-27 02:13:00 +02:00
parent 100a5d66d9
commit 81ff7c3039
5 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
#!/usr/bin/env bash
command=( "${@}" )
if [ "$1" == "bash" ] || [ "$1" == "sh" ]; then
exec "${@}"
fi
if [ -n "$BAM_DB" ]; then
command+=( "--db" "$BAM_DB" )
fi