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