views:

31

answers:

0

please help me find out the fileSize of youtube video

for example $feedURL = 'http://gdata.youtube.com/feeds/api/videos/' . $videoId;

// read feed into SimpleXML object
//load the video file details into xmlObject
$xmlObject = simplexml_load_file($feedURL);

//  
$media = $xmlObject->children('http://search.yahoo.com/mrss/');