Use a more reliable URL for RTMP tests
This commit is contained in:
parent
2d872ce652
commit
e46d8544ed
2 changed files with 5 additions and 5 deletions
|
@ -396,7 +396,7 @@ class FrontControllerTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
$this->assertRequestIsOk(
|
$this->assertRequestIsOk(
|
||||||
'redirect',
|
'redirect',
|
||||||
['url'=> 'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0'],
|
['url'=> 'http://www.canalc2.tv/video/12163', 'format'=>'rtmp'],
|
||||||
new Config(['stream'=>true])
|
new Config(['stream'=>true])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -226,10 +226,10 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'http://www.rtl2.de/sendung/grip-das-motormagazin/folge/folge-203-0', 'bestaudio/best',
|
'http://www.canalc2.tv/video/12163', 'rtmp',
|
||||||
'GRIP sucht den Sommerkönig-folge-203-0',
|
'Terrasses du Numérique-12163',
|
||||||
'f4v',
|
'flv',
|
||||||
'edgefcs.net',
|
'vod-flash.u-strasbg.fr',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue