mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update API endpoint from netmirror.8man.me to netmirror.zendax.tech in multiple files
This commit is contained in:
@@ -11,7 +11,7 @@ export const getStream = async ({
|
||||
try {
|
||||
let providerValue = "primeMirror";
|
||||
const baseUrl = await getBaseUrl("nfMirror");
|
||||
const url = `https://netmirror.8man.me/api/net-proxy?url=${baseUrl}${
|
||||
const url = `https://netmirror.zendax.tech/api/net-proxy?url=${baseUrl}${
|
||||
providerValue === "netflixMirror"
|
||||
? "/mobile/playlist.php?id="
|
||||
: "/pv/playlist.php?id="
|
||||
|
||||
Reference in New Issue
Block a user