preg match all error
Bajet $30-250 USD
hola necesito a alguien que pueda ayudarme con este codigo:
=================================
$dir = "[url removed, login to view];.CaracterBuscar_($_q)."&page=$pag";
$html = @join("",file($dir));
$html = str_replace("\n","",$html);
$html = str_replace("\r","",$html);
//preg_match_all("/<a href=\"\/watch\?v\=(.*)\" ><img src=\"(.*)\" class=\"vimg120\" title=\"(.*)\" alt=\"video\"><\/a>/","$html",$datos);
preg_match_all("/href=\"\/watch\?v=([^\\\"]*?)\" ><img src=\"([^\\\"]*?)\" class=\"vimg120\" title=\"([^\\\"]*?)\" alt=\"video\"><\/a>/",$html,$datos);
//preg_match_all("/\" href=\"\/watch\?v\=(.*)\" ><img src=\"(.*)\" class=\"vimg120\" title=\"(.*)\" alt=\"video\"><\/a>/","$html",$datos);
preg_match_all("/class=\"runtime\">(.*?)<\/div>/","$html",$tiempo);
preg_match("/ of about <strong>(.*?)<\/strong>/","$html",$Paginas);
===================================
Este codigo antes funcionaba lo que hacia era que toma el html del resustado de youtube usando el metodo "preg_match_all" ya no funciona por que youtube cambio su diseno, yo necesito que alguien pueda corregir este codigo, gracias por su atencion.