Si, no te funciona por limitaciones de tu hosting, te toca usar cURL:
Cita: URL file-access is disabled in the server configuration
Código PHP:
Ver original<?php
$c = curl_init('http://gdata.youtube.com/feeds/api/videos/osRddh2HSZI'); $sxe = new SimpleXMLElement($page);
echo $sxe->title . '<br />';
echo $sxe->content;
Si le haces un print_r a $sxe vas a ver todo lo que puedes sacar.