diff --git a/tests/FrontControllerTest.php b/tests/FrontControllerTest.php index 7e3348a..4ce4495 100644 --- a/tests/FrontControllerTest.php +++ b/tests/FrontControllerTest.php @@ -429,7 +429,7 @@ class FrontControllerTest extends TestCase $this->config->stream = true; $this->assertRequestIsOk( 'redirect', - ['url' => 'http://www.canalc2.tv/video/12163', 'format' => 'rtmp'], + ['url' => 'http://www.rtvnh.nl/video/131946', 'format' => 'rtmp-264'], $this->config ); } diff --git a/tests/VideoDownloadTest.php b/tests/VideoDownloadTest.php index a999e6f..be15afd 100644 --- a/tests/VideoDownloadTest.php +++ b/tests/VideoDownloadTest.php @@ -249,10 +249,10 @@ class VideoDownloadTest extends TestCase { return [ [ - 'http://www.canalc2.tv/video/12163', 'rtmp', - 'Terrasses_du_Numerique-12163', + 'http://www.rtvnh.nl/video/131946', 'rtmp-264', + 'Ketting_van_strandgasten-131946', 'flv', - 'vod-flash.u-strasbg.fr', + 'lb-nh-vod.cdn.streamgate.nl', ], ]; }