From a16c592b35459f4abd32659e8edada575bbeaec9 Mon Sep 17 00:00:00 2001 From: yosh Date: Sat, 16 Mar 2024 13:27:18 -0400 Subject: [PATCH] twitch-vodarchive: tabs not spaces :) --- twitch-vodarchive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitch-vodarchive b/twitch-vodarchive index 2bb8f3a..114ce87 100755 --- a/twitch-vodarchive +++ b/twitch-vodarchive @@ -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