Hey guys if you want a good API (like the one trapvid used to offer) here you go.
Example (but fully functional) usage:
<?php
$url='http://youtube.com/watch?v=-vgQ6WJ8zhQ';//Example link, replace with the link you want to play
$autostart=false;//Set this to true if you want the video to start automatically
$x=simplexml_load_file('http://av.freethepenguins.com/'.$url);echo'You are watching <b>',$x->title,'</b>, a ',$x->duration,' second long ',(empty($x->bitspersec)?'':round($x->bitspersec/1000).' kbps '),'video from <b>',$x->host,'</b> that was uploaded by <b>',$x->uploader,'</b>',(empty($x->uploaded)?'':' at '.date('Y-M-d h:i:s A',(int)$x->uploaded)),'.<br/>',$x->broken==1?'Sorry, this video is broken.':'<object type="application/x-shockwave-flash" data="http://freethepenguins.com/yt" width="450" height="359"><param name="allowFullScreen" value="true"/><param name="FlashVars" value="file='.$x->file.($autostart?'':'&autostart=false').'"/><param name="movie" value="http://freethepenguins.com/yt"/><a href="http://macromedia.com/go/getflashplayer" onclick="window.open(this.href);return false;">Install Flash</a></object>';
?>
Currently supported: 123video, crunchyroll(H264), Funny or Die, GoFish, Google Video, Guba, LiveLeak, LiveVideo, MySpaceTV, Putfile, TUBE8, Tudou, Veoh, Vimeo, YouPorn, YouTube(H264)
Up to date list of currently supported sites: http://freethepenguins.com/f=874
If you want any sites/features added please ask me.
Oh and if this topic gets spammed like the other one did, you can talk on my forum at http://freethepenguins.com/f=1880 instead
all I can say is wow.. :D thanks so much!