Merge pull request #316 from jmbannon/main

Fix cookies file quotations
This commit is contained in:
RandomNinjaAtk
2024-10-16 12:52:25 -04:00
committed by GitHub

View File

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