It only needs the input url, and works like this:
$vid = new BBHVideoData;
$vid->getdata($theurl);
$title = $vid->gettitle();
$desc = $vid->getdescription();
$player = $vid->showplayer();
That's All!
Working Demo:
http://motov.biz/demos/GoogleYoutube