$ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $video); // curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); // curl_setopt($ch, CURLOPT_USERAGENT, $ua); // curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); // curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FAILONERROR, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 20); $str = curl_exec($ch); curl_close($ch); // $str = substr($str,strrpos($str, "vj"), "66666666"); // $str = substr($str,"0", strrpos($str, "="")); // $str = str_replace("The document has moved ","
",$str); echo "$str" ;