<?php $link = "http://v.youku.com/v_show/id_XMTYwNTkwNTgw.html"; //优酷视频地址 $content = file_get_contents($link); preg_match_all("//+0800/|(.*?)/|/">/i",$content,$img); $image = $img[1][0]; //视频缩略图地址 echo $image; preg_match_all("/id/_(/w+)[=.]/", $link, $fsh); echo $flash = $fsh[1][0];//视频flash地址 ?>