Commit Graph

131 Commits

Author SHA1 Message Date
Pierre Rudloff 62b353046f test(phpunit): Disable RTMP tests because the video we used is not available anymore 2019-01-15 11:25:49 +01:00
Pierre Rudloff ff4ded2d5c test(phpunit): Fix Youtube tests
Some Youtube format was not available anymore
2018-09-18 19:01:14 +02:00
Pierre Rudloff 8c99cc6f03 test: Fix testGetFilename 2018-09-03 10:42:20 +02:00
Pierre Rudloff 86523fd44b style: Lint 2018-05-26 14:38:42 +02:00
Pierre Rudloff 1d4a1ac65c test: Test getAudioStream() with a playlist 2018-05-23 22:52:15 +02:00
Pierre Rudloff acbd2b61f1 test: Add tests for the audio download fallback 2018-05-01 16:43:22 +02:00
Pierre Rudloff 2b316d4e8d fix: Throw an exception when trying to download DASH with ffmpeg
Fallback to default format when we can't download bestaudio

Fixes #165
2018-05-01 16:33:44 +02:00
Pierre Rudloff 74505cea57 feat: JSON API 2018-03-20 12:02:21 +01:00
Pierre Rudloff 618fb8416a fix: Use a different RTMP provider
canalc2.tv does not use RTMP anymore

Fixes #158
2018-03-20 11:49:44 +01:00
Pierre Rudloff c4506cfcf1 test: Replace deleted openload.co video VideoDownload tests 2018-02-21 19:16:50 +01:00
Pierre Rudloff 04fe43a1ca style: Declare imported classes at the top of the file 2018-02-05 17:16:41 +01:00
Pierre Rudloff 397bbf96ff style: Lint
Changes suggested by StyleCI
2018-01-25 15:13:13 +01:00
Pierre Rudloff e36e98e47a feat: New phantomjsDir option
This is used by the openload extractor

We also add to update youtube-dl to 2018.01.21 in order for the extractor to work correctly.
Fixes #146
2018-01-25 15:10:16 +01:00
Pierre Rudloff 4972c8ab8e feat: Add a new convertAdvanced option
It allows user to convert videos to several other audio/video formats

Fixes #148
2018-01-24 23:31:21 +01:00
Pierre Rudloff 6c202e50d4 Force HLS format in testRedirectWithM3uStream 2017-12-23 16:06:17 +01:00
Pierre Rudloff f8c8935b4c Use ffmpeg instead of rtmpdump 2017-12-23 15:14:43 +01:00
Pierre Rudloff 25ae2493b7 Force HLS format for M3U tests 2017-12-10 18:47:42 +01:00
Pierre Rudloff d581621f1b Throw an exception when a popen stream is not created correctly 2017-12-05 20:50:05 +01:00
Pierre Rudloff 47789f8f8d Check that PlaylistArchiveStream::stream_read returns a string 2017-12-05 19:42:52 +01:00
Pierre Rudloff 8cb3eb7208 Ignore unused parameters in test 2017-12-05 15:44:00 +01:00
Pierre Rudloff 6b73026194 Fix cookie settings in tests 2017-12-05 15:43:35 +01:00
Pierre Rudloff 3f325ddaae Missing property 2017-11-12 16:39:56 +01:00
Pierre Rudloff 1b5e99403f Basic testEnv test 2017-11-11 23:00:53 +01:00
Pierre Rudloff c07322e160 Remove buggy test (the video is not available anymore) 2017-11-11 22:50:54 +01:00
Pierre Rudloff 0027250de7 testTestLocale fails on Windows 2017-11-11 22:48:11 +01:00
Pierre Rudloff 3ffdec9ca1 Run testTestLocale on Travis 2017-11-11 22:39:41 +01:00
Pierre Rudloff 2432a06c1b Make tests run on Windows (fixes #137)
Use AppVeyor to run tests
2017-11-11 17:48:05 +01:00
Pierre Rudloff fd2a4d8745 Add an option to set the MP3 bitrate when converting (fixes #113) 2017-11-10 23:50:17 +01:00
Pierre Rudloff bdcbf19cee Lint 2017-11-10 12:20:08 +01:00
Pierre Rudloff 8848a8dbf3 Improve LocaleMiddlewareTest
Add a way to unset the current locale
2017-11-10 12:18:20 +01:00
Pierre Rudloff c994f8ac9a Add missing assertions to testGetInstanceWithEmptyFile 2017-11-10 11:47:23 +01:00
Pierre Rudloff 0a2971399b Lint 2017-10-29 23:21:13 +01:00
Pierre Rudloff 2e80129c63 Don't override parent property 2017-10-26 11:02:14 +02:00
Pierre Rudloff 6e8efd1b82 Fix LocaleManager test 2017-10-26 10:55:29 +02:00
Pierre Rudloff d14b1458a1 Update phpunit to 6.4 2017-10-26 10:48:09 +02:00
Pierre Rudloff b0c4963ac8 Don't use anonymous functions
Added some missing doc
2017-10-02 20:31:56 +02:00
Pierre Rudloff b92cf21d09 Skip testTestLocale 2017-08-21 20:50:44 +02:00
Pierre Rudloff 6337d2f936 Skip testVideoWithoutTitle because of a Travis error 2017-08-21 20:38:33 +02:00
Pierre Rudloff 4ee72d1629 Lint 2017-05-31 00:57:39 +02:00
Pierre Rudloff 788e6e93b1 Fake LocaleManager session in test 2017-05-31 00:56:53 +02:00
Pierre Rudloff 0a66dce2b8 More test coverage
Run youtube-dl with --restrict-filenames in order to avoid issues when testing against different locales
2017-05-31 00:48:50 +02:00
Pierre Rudloff 419110f764 Fix FrontController tests 2017-05-31 00:07:34 +02:00
Pierre Rudloff 4aba4d5bfd Remove tests with getenv() since it does not seem to be reliable across different testing environments 2017-05-30 23:59:15 +02:00
Pierre Rudloff 3ead8dd458 Undeclared properties 2017-05-30 23:49:38 +02:00
Pierre Rudloff 433a580d64 Fix LocaleMiddleware tests 2017-05-30 23:41:26 +02:00
Pierre Rudloff e64bb9b9f5 Fix tests 2017-05-29 22:09:33 +02:00
Pierre Rudloff ac4bca35a3 Lint 2017-05-29 21:13:10 +02:00
Pierre Rudloff 68b2cca899 Detect user locale 2017-05-29 21:11:59 +02:00
Pierre Rudloff 77fe2cb101 Lint 2017-05-19 14:31:41 +02:00
Pierre Rudloff f9203706f7 Cleanup root folder (fixes #110) 2017-05-15 07:25:14 +02:00