@ -0,0 +1,13 @@
#!/bin/bash
name="$(yt-dlp -f 251 "$@" | grep -o 'Destination: .*' | sed 's/Destination: //')"
if [ -z "$name" ] ; then
echo "Empty name…"
exit 1
fi
if [ ! -f "$name" ] ; then
echo "Download failed"
touch "$name"
The note is not visible to the blocked user.