$link = "veriçekileceksite";
$veri = file_get_contents ($link);
preg_match("/file: '(.*?)'/gm",$veri,$veritemp);
echo $veritemp[1];
?>