1
0
forked from 50n50/sources

Remove vidmoly because it slows down the process and often fails to load.

This commit is contained in:
JMcrafter26
2026-01-16 01:12:30 +01:00
parent 00b1292625
commit 3d67182e5b
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26"
},
"version": "0.3.1",
"version": "0.3.2",
"language": "English (SUB)",
"streamType": "HLS",
"quality": "720p",
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26"
},
"version": "0.3.1",
"version": "0.3.2",
"language": "German (DUB)",
"streamType": "HLS",
"quality": "720p",
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26"
},
"version": "0.3.1",
"version": "0.3.2",
"language": "German (SUB)",
"streamType": "HLS",
"quality": "720p",
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// };
// Define the preferred providers and languages
const providerList = ["VOE", "Filemoon", "SpeedFiles", "Vidmoly", "DoodStream", "Vidoza", "mp4upload"];
const providerList = ["VOE", "Filemoon", "SpeedFiles", "DoodStream", "Vidoza", "mp4upload"];
const languageList = ["mit Untertitel Englisch", "Englisch", "mit Untertitel Deutsch", "Deutsch"];
for (const language of languageList) {
@@ -352,7 +352,7 @@ function base64Decode(str) {
async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message);
// return;
return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => {
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// };
// Define the preferred providers and languages
const providerList = ["VOE", "Filemoon", "SpeedFiles", "Vidmoly", "DoodStream", "Vidoza", "mp4upload"];
const providerList = ["VOE", "Filemoon", "SpeedFiles", "DoodStream", "Vidoza", "mp4upload"];
const languageList = ["Deutsch", "mit Untertitel Deutsch", "mit Untertitel Englisch"];
@@ -354,7 +354,7 @@ function base64Decode(str) {
async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message);
// return;
return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => {
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// };
// Define the preferred providers and languages
const providerList = ["VOE", "Filemoon", "SpeedFiles", "Vidmoly", "DoodStream", "Vidoza", "mp4upload"];
const providerList = ["VOE", "Filemoon", "SpeedFiles", "DoodStream", "Vidoza", "mp4upload"];
const languageList = ["mit Untertitel Deutsch", "Deutsch", "mit Untertitel Englisch"];
@@ -354,7 +354,7 @@ function base64Decode(str) {
async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message);
// return;
return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => {