作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -70,7 +70,6 @@ class EditVideoMp4 extends Command
*/
public function getVideoSrc($html){
$videoArr = [];
$html = file_get_contents($html);
$pattern = '/<video.*?src=[\'"]([^\'"]+)[\'"].*?>/i';
preg_match_all($pattern, $html, $matches);
$srcLinks = $matches[1];
... ...