From 8ce8de0b1379a2613493019f9521df7b017f0b79 Mon Sep 17 00:00:00 2001 From: aka paul <50n50@noreply.localhost> Date: Thu, 27 Nov 2025 20:18:20 +0000 Subject: [PATCH] Update mapple/mapple.js --- mapple/mapple.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mapple/mapple.js b/mapple/mapple.js index d14ae49..70bf78c 100644 --- a/mapple/mapple.js +++ b/mapple/mapple.js @@ -234,11 +234,8 @@ async function extractNextActionIdentifier(watchUrl) { throw new Error("error 4"); } -async function extractStreamUrl(ID) { - const htmlResponse = await soraFetch("https://mapple.uk/watch/" + ID); - const htmlText = await htmlResponse.text(); - - const actionIdentifier = await extractNextActionIdentifier("https://mapple.uk/watch/" + ID); +async function extractStreamUrl(ID) { + const actionIdentifier = await extractNextActionIdentifier("https://mapple.uk/watch/movie/1061474-superman"); console.log("Action Identifier: " + actionIdentifier);