Commit Graph

63 Commits

Author SHA1 Message Date
Pierre Rudloff f814ebc492 Missing exception in @throws tag 2022-02-27 23:45:59 +01:00
Pierre Rudloff dad8b6d704 Use HTTPS URLs in tests 2022-02-27 23:44:36 +01:00
Pierre Rudloff 3a4f09dda0 Prevent SSRF requests
By validating the provided URL before passing it to youtube-dl
2022-02-27 11:00:33 +01:00
Pierre Rudloff 3d2b518cb4 Create a test container that we can use in any test 2020-10-22 22:48:47 +02:00
Pierre Rudloff 68f2255fa0 Lint 2020-10-21 23:07:12 +02:00
Pierre Rudloff 0a220d4d8e Move factory classes to a subfolder 2020-10-20 23:29:50 +02:00
Pierre Rudloff 7e2afd8221 Stop using a singleton for Config (#298) 2020-10-17 22:07:42 +02:00
Pierre Rudloff 2aac009a1e Fix ControllerTest 2020-07-15 23:38:23 +02:00
Pierre Rudloff 5c2823e3f1 Move Video class to a separate library
+ improve error handling
+ youtube-dl update
2020-06-21 15:12:03 +02:00
Pierre Rudloff 6adc1df213 phpstan update
Better typying
2020-05-13 22:28:05 +02:00
Pierre Rudloff bc695cfa15 Lint 2020-05-13 21:33:05 +02:00
Pierre Rudloff fea1cce2d4 Switch to phpunit 8 2019-11-30 14:09:12 +01:00
Pierre Rudloff 1cab9623e9 Do not run tests that download videos on CI
Travis get blacklisted by more and more services (Vimeo, Youtube, etc.)
2019-10-26 16:14:01 +02:00
Pierre Rudloff 44bf858c35 style(phpcs): Switch to PSR-12
https://www.php-fig.org/psr/psr-12/
2019-10-03 21:24:12 +02:00
Pierre Rudloff 7bf2510dd2 test(phpunit): Better tests for streams 2019-04-22 21:53:04 +02:00
Pierre Rudloff bba2087a55 style(styleci): Lint 2019-04-22 17:04:59 +02:00
Pierre Rudloff 25f33bba56 refactor: Split FrontController into multiple classes
Closes #177
2019-04-22 16:51:48 +02:00
Pierre Rudloff 1df06f7c22 refactor: Use route names that make more sense 2019-04-22 15:31:51 +02:00
Pierre Rudloff 5bae668652 test(phpunit): Fix tests that use convert mode 2019-04-21 23:27:36 +02:00
Pierre Rudloff 61cb73dc59 refactor: Fix some types and unused variables 2019-04-21 19:51:16 +02:00
Pierre Rudloff 06a631c892 fixup! refactor: New Video class 2019-04-21 18:35:24 +02:00
Pierre Rudloff 4c9af8ad1d refactor: New Video class
The news class provides a cleaner object-oriented logic

BREAKING CHANGE: The VideoDownload class has been removed and the Config constructor is now private
2019-04-21 18:30:02 +02:00
Pierre Rudloff ff95b93c20 fixup! ci(travis): Disable Twitter test on CI 2019-04-20 12:23:18 +02:00
Pierre Rudloff 71200c80bc test(phpunit): Disable Vimeo tests on CI 2019-04-19 23:28:54 +02:00
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 acbd2b61f1 test: Add tests for the audio download fallback 2018-05-01 16:43:22 +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 04fe43a1ca style: Declare imported classes at the top of the file 2018-02-05 17:16:41 +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 c07322e160 Remove buggy test (the video is not available anymore) 2017-11-11 22:50:54 +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 bdcbf19cee Lint 2017-11-10 12:20:08 +01:00
Pierre Rudloff 0a2971399b Lint 2017-10-29 23:21:13 +01:00
Pierre Rudloff d14b1458a1 Update phpunit to 6.4 2017-10-26 10:48:09 +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 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 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
Pierre Rudloff d7927fc442 Download Tar archives from playlists 2017-05-04 23:52:30 +02:00
Pierre Rudloff e46d8544ed Use a more reliable URL for RTMP tests 2017-05-04 23:28:29 +02:00
Pierre Rudloff 0e7aaea9fc Move Smarty view creation to ViewFactory class 2017-04-26 00:50:19 +02:00
Pierre Rudloff 4d104c852f Lint 2017-04-26 00:10:00 +02:00
Pierre Rudloff a5252393de Refactor FrontControllerTest 2017-04-25 23:49:13 +02:00
Pierre Rudloff 7428b334de Smal fixes with playlists 2017-04-25 11:05:49 +02:00
Pierre Rudloff 43cbd4f6fe Cleanup playlists 2017-04-25 02:20:15 +02:00
Pierre Rudloff b4be0ead6a Lint 2017-04-25 00:41:49 +02:00