Commit Graph

1360 Commits

Author SHA1 Message Date
Pierre Rudloff 251fbe48ca Add generator meta with the current version 2020-06-21 15:51:28 +02:00
Pierre Rudloff ea2d0bf1d4 Merge branch 'feature/library' into develop 2020-06-21 15:12:48 +02:00
Pierre Rudloff d4b3a82ebb Remove obsolete Composer config 2020-06-21 15:12:28 +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 7d94271a49 Remove support for launching Heroku locally
This is untested and probably broken
2020-06-20 14:25:27 +02:00
Pierre Rudloff 62dac1e5bb Move youtube-dl, ffmpeg and phantomsjs to dev dependencies (fixes #280) 2020-06-20 14:20:31 +02:00
Pierre Rudloff 672a1a9754 Disable debug mode if dev dependencies are not installed 2020-06-20 14:14:38 +02:00
Pierre Rudloff 359615d0ed grumphp update
To provide Composer 2 compatibility
2020-06-20 13:49:01 +02:00
Pierre Rudloff f028db6b1e "composer check-platform-reqs" on CI 2020-06-20 13:44:40 +02:00
Pierre Rudloff a79c89aea7 fixup! Add fallback to bestvideo and worstvideo (fixes #288) 2020-06-20 13:39:35 +02:00
Pierre Rudloff 29756cf290 Add fallback to bestvideo and worstvideo (fixes #288) 2020-06-20 13:34:46 +02:00
Pierre Rudloff 4ef7a93dce Escape error message
Because of the "Maybe you have characters before an opening <?php tag?" error
2020-06-08 23:49:59 +02:00
Pierre Rudloff 190238ab96 No reason to hide "git describe" output 2020-06-08 23:42:55 +02:00
Pierre Rudloff e777f51490 Dependencies update
symfony/finder should be a production dependency
2020-05-28 00:57:02 +02:00
Pierre Rudloff ad77d029d3 fixup! Detect locales automatically 2020-05-28 00:33:07 +02:00
holoitsme 2c28cf95c8
Added Italian translation (#285) 2020-05-28 00:27:18 +02:00
Pierre Rudloff cb20f4e51d Detect locales automatically 2020-05-28 00:22:30 +02:00
Pierre Rudloff 1d95ba7b57 Fix `stream: ask` detection (see #283) 2020-05-23 16:21:46 +02:00
Pierre Rudloff 689264cb35 Fix typo 2020-05-15 21:18:01 +02:00
Pierre Rudloff c30b0a4049 Remove unused classes 2020-05-14 14:11:22 +02:00
Pierre Rudloff 4f226fd25b Merge branch 'master' into develop 2020-05-14 14:10:51 +02:00
Pierre Rudloff 0197554681 Fix typo 2020-05-14 14:10:38 +02:00
Pierre Rudloff 80434fcc27 Don't include phpstan in the release package 2020-05-14 12:48:06 +02:00
Pierre Rudloff 4d17c8af8f Merge tag '2.3.0' into develop
Fall back to "best" for audio conversion when "bestaudio" is not available
Check if mod_deflate is enabled
Fixed an issue when converting a file with an UTF-8 filename
Better catching of early errors
Fixed support for websites that require a valid referrer (thanks @0x6470)
Updated youtube-dl to 2020.05.08
Various dependencies update
2020-05-14 12:40:18 +02:00
Pierre Rudloff c136534723 Merge branch 'release-2.3.0' 2020-05-14 12:40:03 +02:00
Pierre Rudloff 5051602174 grumphp should be a dev dependency 2020-05-14 12:38:58 +02:00
Pierre Rudloff 1e9c9e96c5 Fix stream tests 2020-05-14 12:02:13 +02:00
Pierre Rudloff 7b5e7cb6d9 Disable IDN conversion 2020-05-14 11:55:30 +02:00
Pierre Rudloff 338ecd8b17 Less strict Vimeo domain detection because it keeps changing 2020-05-14 11:15:44 +02:00
0x6470 8f7601edd8
Fix xHamster support, fixes #264 (#276)
* Fix xhamster support

* Send http headers properly

* added spaces

* convert stdObject to array for comparison

Co-authored-by: Pierre Rudloff <contact@rudloff.pro>
2020-05-14 10:59:59 +02:00
Pierre Rudloff 6a3bc97219 phpcs update 2020-05-14 10:55:43 +02:00
Pierre Rudloff af9e84f832 Unifiy dependencies constraints 2020-05-14 10:54:13 +02:00
Pierre Rudloff e81cbe70be Lint 2020-05-14 00:26:36 +02:00
Pierre Rudloff 1d9a709444 Remove obsolete phpstan rule 2020-05-14 00:25:23 +02:00
Pierre Rudloff d4c1357c32 Lint 2020-05-14 00:18:39 +02:00
Pierre Rudloff 957de61892 security-advisories update 2020-05-13 23:24:08 +02:00
Pierre Rudloff 0787c566c0 Remove package stuck in composer.lock 2020-05-13 23:23:05 +02:00
Pierre Rudloff 95977c5564 Update youtube-dl to 2020.05.08 (fixes #278) 2020-05-13 23:20:21 +02:00
Pierre Rudloff 6a19a1ddc1 Use the new Symfony error handler 2020-05-13 22:57:25 +02:00
Pierre Rudloff b670b16ca2 Catch various exceptions on the index 2020-05-13 22:37:26 +02:00
Pierre Rudloff 75052e58f3 grumphp update 2020-05-13 22:29:08 +02:00
Pierre Rudloff 6adc1df213 phpstan update
Better typying
2020-05-13 22:28:05 +02:00
Pierre Rudloff 74db3b9ad0 Update guzzle to 6.5 2020-05-13 21:39:38 +02:00
Pierre Rudloff bc695cfa15 Lint 2020-05-13 21:33:05 +02:00
Pierre Rudloff 71d49ad74f Lint 2020-05-13 21:18:32 +02:00
Pierre Rudloff 81e9eaba4e Update slim to 3.12.3 2020-05-13 20:31:18 +02:00
Pierre Rudloff a6705dd89c
Merge pull request #275 from raycheung/develop
Update youtube-dl to 2020.03.24
2020-05-13 20:24:55 +02:00
Ray Cheung 4cc4f95a1d Update youtube-dl to 2020.03.24 2020-04-25 11:38:00 +08:00
Pierre Rudloff a478aea3ca Stop using pathinfo (fixes #272)
Because it does not handle UTF-8 filenames correctly
2020-04-09 20:46:14 +02:00
Pierre Rudloff 08d61b4bec Merge branch 'master' into develop 2020-04-09 12:56:22 +02:00