file_get_contents() ve preg_match() ile sorunsuz alıyor. Aşağıdaki örneği inceleyin
<?php
/*
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.vidivodo.com/330504/kawasaki-ninja");
curl_setopt($ch, CURLOPT_HEADER, 0);
$q = curl_exec($ch);
curl_close($ch);
*/
$q = file_get_contents("http://www.vidivodo.com/329943/the-saturdays-radio-1-live-lounge-beggin-cover");

preg_match('#"u", "(.*?)"#si',$q,$url);
?>



<table border=0 width=782 height=130 align=center>
    <tr>
        <td height=130 width=110><img border="0" src="$resimal" width="128" height="114"></td>
        <td height=130 width=782>Video Adi : $baslik <br>Video Adres : $adres <br>Video FLV : <input type='text' name='embed' value='<object width="425" height="343"><param name="movie" value="http://www.vidivodo.com/VideoPlayerShare.swf?u=<?php echo $url['1'];?>"></param><param name="allowScriptAccess" value="always"><param name="wmode" value="transparent"></param><embed src="http://www.vidivodo.com/VideoPlayerShare.swf?u=<?php echo $url['1'];?>" type="application/x-shockwave-flash" wmode="transparent" width="425" height="343" allowScriptAccess="always" ></embed></object>' size='80'><br>Video Resim : $resimal <br>Video Tag : $tag</td><br>
    </tr>
</table>