$video_id = 'pRpeEdMmmQ0';
$request = Request::forge("http://gdata.youtube.com/feeds/api/videos/$video_id?v=2",'curl');
$response = $request->execute()->response();
$content = $response->body();
Debug::dump($response); // return the response object containing the full xml content
$data = Format::forge($content,'xml')->to_array();
Debug::dump($data); // ignore the prefixed elements
It looks like you're new here. If you want to get involved, click one of these buttons!