feat(hosters): resolve 1Fichier and DDownload metadata
Resolve public filenames, exact sizes, availability, aliases, and offline states for 1Fichier and DDownload without replacing the existing link collector. Preserve resolved names when debrid responses return generic filenames, protect partial-download resume paths, validate redirect identity, and journal final metadata renames for crash-safe recovery.
This commit is contained in:
+15
-1
@@ -1,7 +1,21 @@
|
||||
const DOMAIN_ALIASES: Readonly<Record<string, string>> = Object.freeze({
|
||||
"rapidgator.net": "rapidgator",
|
||||
"rapidgator.asia": "rapidgator",
|
||||
"rg.to": "rapidgator"
|
||||
"rg.to": "rapidgator",
|
||||
"ddownload.com": "ddownload",
|
||||
"ddl.to": "ddownload",
|
||||
"1fichier.com": "1fichier",
|
||||
"alterupload.com": "1fichier",
|
||||
"cjoint.net": "1fichier",
|
||||
"desfichiers.com": "1fichier",
|
||||
"desfichiers.net": "1fichier",
|
||||
"dfichiers.com": "1fichier",
|
||||
"megadl.fr": "1fichier",
|
||||
"mesfichiers.org": "1fichier",
|
||||
"piecejointe.net": "1fichier",
|
||||
"pjointe.com": "1fichier",
|
||||
"tenvoi.com": "1fichier",
|
||||
"dl4free.com": "1fichier"
|
||||
});
|
||||
|
||||
export function normalizeHosterHostname(hostname: string): string {
|
||||
|
||||
Reference in New Issue
Block a user