ya lo he intentado antes
Código PHP:
Ver original<?php
// youtube interface
$yt_urltot = "http://gdata.youtube.com/feeds/api/videos?";
$yt_urltot.= "vq=buenafuente";
$yt_urltot.= "&orderby=published";
$yt_urltot.= "&start-index=1";
$yt_urltot.= "&max-results=2";
header('Content-Type: text/xml; charset=UTF-8'); // ---------------
$lineas = file($yt_urltot); ?>
da el mismo error
no se que haré mal o donde está el problema seguiré farolenado por la documentación a ver si saco algo en claro....