Update yt-conv script.

This commit is contained in:
2026-03-11 20:34:58 +01:00
parent 3871339237
commit bb85915c70

View File

@@ -26,9 +26,9 @@ set -euo pipefail
CLIP=0
if [ $# -ne 1 ]
if [ $# -lt 1 ]
then
>&2 echo "Usage: $0 <url>"
>&2 echo "Usage: $0 [-c] <url>"
exit 1
fi
@@ -77,4 +77,3 @@ else
echo "$YT_URL" | xclip -sel clip
fi
fi