#!/usr/bin/php = 10) { $ch = (string) $int; } else { $ch = "0".$int; } $mapping = ""; $mapping .= $map[ord(substr($vid,3,1)) - 48 + $int + 3]; $mapping .= substr($ch,1,1); $mapping .= $map[ord(substr($vid,0,1)) - 48 + $int + 2]; $mapping .= $map[ord(substr($vid,2,1)) - 48 + $int + 1]; $mapping .= $map[ord(substr($vid,5,1)) - 48 + $int + 6]; $mapping .= $map[ord(substr($vid,1,1)) - 48 + $int + 5]; $mapping .= substr($ch,0,1); $mapping .= $map[ord(substr($vid,4,1)) - 48 + $int + 7]; $mapping .= $map[ord(substr($vid,6,1)) - 48 + $int + 4]; $url = "http://dl.redtube.com/_videos_t4vn23s9jc5498tgj49icfj4678/".$fl."/".$mapping.".flv"; echo($url."\n"); } else { echo("Usage - redtube-dl \n"); } ?>