Fix cookies file quotations

This commit is contained in:
Jesse Bannon 2024-10-14 22:42:23 -07:00
parent 2342e997a0
commit d1fe9ef78e

View file

@ -224,7 +224,7 @@ DownloadVideo () {
ytdlpConfigurableArgs="" ytdlpConfigurableArgs=""
if [ ! -z "$cookiesFile" ]; then if [ ! -z "$cookiesFile" ]; then
ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile ' ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile" '
fi fi
if [ "$videoInfoJson" == "true" ]; then if [ "$videoInfoJson" == "true" ]; then