From d6f91887cd2e45dab1d7b1064af1f51cbe168676 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Sun, 15 Oct 2023 06:20:02 +0200 Subject: [PATCH] fix store archive audio only --- y.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/y.sh b/y.sh index c80489c..aaede32 100755 --- a/y.sh +++ b/y.sh @@ -130,7 +130,7 @@ case "$SITE" in echo '> youtube' if [[ "$URL" = *youtube\.com\/@* ]]; then echo '> > store archive' - YDL "$URL" -f 251 \ + YDL "$URL" \ -o "$YT_PATH/%(uploader_id)s/%(title).100B [%(id)s].%(ext)s" else case "$OPT" in @@ -146,7 +146,7 @@ case "$SITE" in ;; 's') echo '> > store archive' - YDL "$URL" -f 251 \ + YDL "$URL" \ -o "$YT_PATH/%(uploader_id)s/%(title).100B [%(id)s].%(ext)s" ;; *)