Update mapple/mapple.js

This commit is contained in:
aka paul 2025-11-27 20:18:20 +00:00
parent 975b68270e
commit 8ce8de0b13

View file

@ -234,11 +234,8 @@ async function extractNextActionIdentifier(watchUrl) {
throw new Error("error 4"); throw new Error("error 4");
} }
async function extractStreamUrl(ID) { async function extractStreamUrl(ID) {
const htmlResponse = await soraFetch("https://mapple.uk/watch/" + ID); const actionIdentifier = await extractNextActionIdentifier("https://mapple.uk/watch/movie/1061474-superman");
const htmlText = await htmlResponse.text();
const actionIdentifier = await extractNextActionIdentifier("https://mapple.uk/watch/" + ID);
console.log("Action Identifier: " + actionIdentifier); console.log("Action Identifier: " + actionIdentifier);