fix: update base URL for NetflixMirror and PrimeMirror to a static link

This commit is contained in:
himanshu8443
2025-07-09 18:56:03 +05:30
parent 876b47ee63
commit 36fa8f1c93
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const getStream = (_a) => __awaiter(void 0, [_a], void 0, function* ({ link: id,
const { getBaseUrl } = providerContext;
try {
let providerValue = "netflixMirror";
const baseUrl = yield getBaseUrl("nfMirror");
const baseUrl = "https://netfree2.cc";
const url = `https://netmirror.zendax.tech/api/net-proxy?url=${baseUrl}${providerValue === "netflixMirror"
? "/mobile/playlist.php?id="
: "/pv/playlist.php?id="}${id}&t=${Math.round(new Date().getTime() / 1000)}`;