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" ;; *)