Name: Anonymous 2013-08-03 7:32
#!/bin/bash
#64^11 possible URLs so most are unused.
#maybe do something with wget/curl and grep to ignore unused URLs
video=$(cat /dev/urandom| tr -dc 'a-zA-Z0-9\-_'|head -c 11) #11 base64 chars for unique video address
function url() {
echo "https://www.youtube.com/watch?v=$video"
}
urlfeel free to make this ENTERPRISE QUALITY