嗨,我想從dailymotion視頻獲取視頻標題。如何獲得Dailymotion標題
$imgid = $video_cek["embed"]; //this is dailymotion id (ex. xint71)
$hash = unserialize(file_get_contents("http://www.dailymotion.com/services/oembed?
format=json&url=http://www.dailymotion.com/embed/video/$imgid"));
$video_cek['baslik']=$hash[0]['title'];
我找不到哪裏是problem.Thanks
TeşekkürlerAhmet.thx for help :) – 2012-01-29 14:55:46