@@ -0,0 +1,12 @@
#!/bin/sh -xe
if [ -z $2 ]
then
echo "First argument should be a category."
exit 2
fi
mkdir -p "$HOME/ytdl/$1/"
ksh-update-completions &
cd "$HOME/ytdl/$1/"
yt-dlp "$2"
The note is not visible to the blocked user.