mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update episode and post retrieval URLs for primeMirror
This commit is contained in:
4
dist/primeMirror/episodes.js
vendored
4
dist/primeMirror/episodes.js
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user