update proxy

This commit is contained in:
himanshu8443
2025-07-04 22:02:21 +05:30
parent 6093c9ac1d
commit 8f1cf760c4
6 changed files with 8 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ const getStream = (_a) => __awaiter(void 0, [_a], void 0, function* ({ link: id,
try {
let providerValue = "netflixMirror";
const baseUrl = yield getBaseUrl("nfMirror");
const url = `https://netmirror.8man.me/api/net-proxy?url=${baseUrl}${providerValue === "netflixMirror"
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)}`;
console.log("nfGetStream, url:", url);