alltube/classes/Controller
Kumi 3d39af7a98
fix(download): improve stream selection logic
Added a check to ensure remux stream is selected only when there are multiple video URLs and no 'entries' in the video object. This prevents unnecessary remuxing when entries exist, optimizing resource usage and maintaining proper stream handling.
2024-11-04 18:51:54 +01:00
..
BaseController.php Stronger typying now that we target PHP 7.4 2023-03-21 20:20:14 +01:00
DownloadController.php fix(download): improve stream selection logic 2024-11-04 18:51:54 +01:00
FrontController.php fix: improve stability and type-safety in FrontController 2024-09-20 13:52:12 +02:00
JsonController.php fixup! Prevent SSRF requests By validating the provided URL before passing it to youtube-dl 2022-02-27 23:36:51 +01:00