mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Update smashystream/smashystream.js
This commit is contained in:
parent
6613d718cd
commit
aa517e7ff5
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ async function extractStreamUrl(ID) {
|
|||
const streamdata = decryptData.result.hls;
|
||||
const stream = "https://proxy.aether.mom/m3u8-proxy?url=https://smashyplayer.top"+streamdata;
|
||||
console.log(stream);
|
||||
const subsEng = decryptData.result.subtitle["English"];
|
||||
const subsEng = decryptData.result.subtitle["English"] || "https://error.org";
|
||||
|
||||
const streams = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue