chore: merge with main

This commit is contained in:
Chubby Granny Chaser 2025-02-01 19:59:09 +00:00
commit 0c8bccc6f3
No known key found for this signature in database
6 changed files with 55 additions and 2 deletions

View file

@ -88,6 +88,7 @@ export const getDownloadersForUri = (uri: string) => {
if (uri.startsWith("https://pixeldrain.com")) return [Downloader.PixelDrain];
if (uri.startsWith("https://qiwi.gg")) return [Downloader.Qiwi];
if (uri.startsWith("https://datanodes.to")) return [Downloader.Datanodes];
if (uri.startsWith("https://www.mediafire.com")) return [Downloader.Mediafire];
if (realDebridHosts.some((host) => uri.startsWith(host)))
return [Downloader.RealDebrid];