Mediafire Support

This commit is contained in:
Shisuys 2025-01-26 11:19:41 -03:00
parent 18c6994df6
commit c1d15efbc0
6 changed files with 46 additions and 1 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];