Fix M3U tests
This commit is contained in:
parent
8e6c33c260
commit
d96a1e4867
1 changed files with 2 additions and 2 deletions
|
@ -189,9 +189,9 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase
|
||||||
return [
|
return [
|
||||||
[
|
[
|
||||||
'https://twitter.com/verge/status/813055465324056576/video/1', null,
|
'https://twitter.com/verge/status/813055465324056576/video/1', null,
|
||||||
'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp4',
|
'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576',
|
||||||
|
'mp4',
|
||||||
'video.twimg.com',
|
'video.twimg.com',
|
||||||
'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp3',
|
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue