mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update checkmate/checkmate.js
This commit is contained in:
parent
e392caae98
commit
b074e6a623
1 changed files with 4 additions and 1 deletions
|
|
@ -378,7 +378,10 @@ async function extractStreamUrl(ID) {
|
||||||
resultStreams.push({
|
resultStreams.push({
|
||||||
title: "4K",
|
title: "4K",
|
||||||
streamUrl: fourKUrl,
|
streamUrl: fourKUrl,
|
||||||
headers: alphaResult.data.referer ? { "Referer": alphaResult.data.referer } : {}
|
headers: {
|
||||||
|
"Origin": "https://player.videasy.net",
|
||||||
|
"Referer": "https://player.videasy.net/"
|
||||||
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('Alpha did not return a 4K stream, checking epsilon as fallback');
|
console.log('Alpha did not return a 4K stream, checking epsilon as fallback');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue