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=""
|
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
|
||||||
|
|
Loading…
Reference in a new issue