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