作者 lyh

gx

@@ -75,7 +75,7 @@ class EditVideoMp4 extends Command @@ -75,7 +75,7 @@ class EditVideoMp4 extends Command
75 preg_match_all($pattern, $html, $matches); 75 preg_match_all($pattern, $html, $matches);
76 $srcLinks = $matches[1]; 76 $srcLinks = $matches[1];
77 foreach ($srcLinks as $link) { 77 foreach ($srcLinks as $link) {
78 - $newLink = str_replace('ecdn6.globalso.com', 'v6-file.globalso.com', $link); 78 + $newLink = str_replace('v6-file.globalso.com','ecdn6.globalso.com', $link);
79 $main_html = str_replace($link, $newLink, $main_html); 79 $main_html = str_replace($link, $newLink, $main_html);
80 } 80 }
81 dd($main_html); 81 dd($main_html);