fix: update episode and post retrieval URLs for primeMirror

This commit is contained in:
himanshu8443
2025-07-09 16:26:25 +05:30
parent ef16ae1334
commit 8a5d63d6dc
4 changed files with 4 additions and 10 deletions

View File

@@ -17,9 +17,7 @@ const getEpisodes = function (_a) {
let providerValue = "netflixMirror";
try {
const baseUrl = yield getBaseUrl("nfMirror");
const url = `${baseUrl}${providerValue === "netflixMirror"
? "/episodes.php?s="
: "/pv/episodes.php?s="}` +
const url = `${baseUrl}${"/pv/episodes.php?s="}` +
link +
"&t=" +
Math.round(new Date().getTime() / 1000);