fix: update Joya9tv stream extraction logic

This commit is contained in:
Himanshu
2026-06-18 11:03:21 +05:30
parent bf84ba9a6d
commit d744db3359
3 changed files with 3 additions and 3 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -322,7 +322,7 @@
{ {
"display_name": "Joya9tv", "display_name": "Joya9tv",
"value": "Joya9tv", "value": "Joya9tv",
"version": "1.6", "version": "1.7",
"icon": "", "icon": "",
"type": "india", "type": "india",
"disabled": false "disabled": false
+1 -1
View File
@@ -34,7 +34,7 @@ export async function getStream({
try { try {
const streamLinks: Stream[] = []; const streamLinks: Stream[] = [];
console.log("dotlink", link); console.log("dotlink", link);
if (type === "movie") { if (!link.includes("cloud")) {
// vlink // vlink
const dotlinkRes = await fetch(`${link}`, { headers }); const dotlinkRes = await fetch(`${link}`, { headers });
const dotlinkText = await dotlinkRes.text(); const dotlinkText = await dotlinkRes.text();