From aa357725e8375d6765f519e192fdc2fa5dc5e27d Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 11 Feb 2026 16:21:17 -0600 Subject: [PATCH] fix: prevents 'your torrent is being downloaded' downloads --- src/Download/Action/Handler/DownloadMediaHandler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Download/Action/Handler/DownloadMediaHandler.php b/src/Download/Action/Handler/DownloadMediaHandler.php index dce6915..9ffcd30 100644 --- a/src/Download/Action/Handler/DownloadMediaHandler.php +++ b/src/Download/Action/Handler/DownloadMediaHandler.php @@ -99,6 +99,7 @@ readonly class DownloadMediaHandler implements HandlerInterface $badFileLocations = [ 'https://torrentio.strem.fun/videos/failed_infringement_v2.mp4' => 'Removed for Copyright Infringement.', + 'https://torrentio.strem.fun/videos/downloading_v2.mp4' => 'Your torrent is downloading to your debrid provider.' ]; $headers = get_headers($downloadUrl, true);