mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
fix: update API endpoint for fetching episode links
This commit is contained in:
@@ -18,7 +18,7 @@ export const getEpisodes = async function ({
|
||||
url = encodedLink ? atob(encodedLink) : url;
|
||||
} else {
|
||||
const redirectUrlRes = await fetch(
|
||||
"https://ext.8man.me/api/cinemaluxe",
|
||||
"https://cm-decrypt.8man.workers.dev/cinemaluxe",
|
||||
{
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user