mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 05:36:32 +01:00
Update mapple/mapple.js
This commit is contained in:
parent
975b68270e
commit
8ce8de0b13
1 changed files with 2 additions and 5 deletions
|
|
@ -235,10 +235,7 @@ async function extractNextActionIdentifier(watchUrl) {
|
|||
}
|
||||
|
||||
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);
|
||||
const actionIdentifier = await extractNextActionIdentifier("https://mapple.uk/watch/movie/1061474-superman");
|
||||
|
||||
console.log("Action Identifier: " + actionIdentifier);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue