Fix cookies file quotations
This commit is contained in:
parent
2342e997a0
commit
d1fe9ef78e
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ DownloadVideo () {
|
|||
|
||||
ytdlpConfigurableArgs=""
|
||||
if [ ! -z "$cookiesFile" ]; then
|
||||
ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile '
|
||||
ytdlpConfigurableArgs='${ytdlpConfigurableArgs} --cookies "$cookiesFile" '
|
||||
fi
|
||||
|
||||
if [ "$videoInfoJson" == "true" ]; then
|
||||
|
|
Loading…
Reference in a new issue