@@ -0,0 +1,17 @@
#!/bin/bash
if [ $# -ne 1 ]
then
>&2 echo "Usage: $0 <url>"
exit 1
fi
if [ "$1" = "-h" ]
echo "Usage: $0 <url>"
exit 0
URL="$1"
YT_URL="${URL//https:\/\/*\//https:\/\/www.youtube.com\/}"
echo "$YT_URL"
The note is not visible to the blocked user.