Experimental support for M3U streams

This commit is contained in:
Pierre Rudloff 2016-12-26 15:50:26 +01:00
parent 1a6e995262
commit 28a8addbf1
5 changed files with 56 additions and 14 deletions

View file

@ -176,6 +176,13 @@ class VideoDownloadTest extends \PHPUnit_Framework_TestCase
'edgefcs.net',
'GRIP sucht den Sommerkönig-folge-203-0.mp3',
],
[
//Only works on the feature/stream branch
'https://twitter.com/verge/status/813055465324056576/video/1', null,
'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp4',
'video.twimg.com',
'The Verge - This tiny origami robot can self-fold and complete tasks-813055465324056576.mp3',
]
];
}