twitch-vodarchive: tabs not spaces :)

This commit is contained in:
yosh 2024-03-16 13:27:18 -04:00
parent ae3d81ccf5
commit a16c592b35
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ shift $((OPTIND - 1))
for url; do
filename="$(yt-dlp -O '%(upload_date>%Y-%m-%d)s %(title)s.%(ext)s' "$url" | sed 's/\//_/g')"
if [ -z "${novod:-}" ]; then
yt-dlp ${quality:+-f "$quality"} -o "$filename" "$url"
yt-dlp ${quality:+-f "$quality"} -o "$filename" "$url"
fi
if [ -z "${nochat:-}" ]; then