...
|
...
|
@@ -38,9 +38,11 @@ |
|
|
@preg_match_all("@<embed([^>]*)\s*src=\"http:\/\/res\.yohood\.test\.yoho\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)\"@iU", $videoHtml, $videoMatches2);
|
|
|
@preg_match_all("@<embed([^>]*)\s*src=\"http:\/\/res\.yohood\.cn\/swf\/YohoodPlayer\.swf\?url=(.+\.mp4|.+)\"@iU", $videoHtml, $videoMatches3);
|
|
|
@preg_match_all("@<embed([^>]*)\s*src=\"http:\/\/res\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)\"@i", $videoHtml, $boysVideoMatches);
|
|
|
$videoMatches1 = array_filter($videoMatches1);
|
|
|
@preg_match_all("@<embed([^>]*)\s*src=\"http:\/\/rescdn\.yohoboys\.com\/res\/www\/swf\/util\/VideoPlayerNew\.swf\?url=(.+\.mp4|.+)&title1=*&shareurl=*&coverpic=(.+)\"@i", $videoHtml, $boysVideoMatches2);
|
|
|
$videoMatches1 = array_filter($videoMatches1);
|
|
|
$videoMatches2 = array_filter($videoMatches2);
|
|
|
$videoMatches3 = array_filter($videoMatches3);
|
|
|
$boysVideoMatches = empty($boysVideoMatches) ? $boysVideoMatches:$boysVideoMatches2;
|
|
|
if(!empty($videoMatches1))
|
|
|
{
|
|
|
$temps = $videoMatches1;
|
...
|
...
|
|