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

Merged
50n50 merged 1 commits from Cufiy/sources-fork:main into main 2026-01-16 17:55:56 +00:00
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.1", "version": "0.3.2",
"language": "English (SUB)", "language": "English (SUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.1", "version": "0.3.2",
"language": "German (DUB)", "language": "German (DUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
+1 -1
View File
@@ -6,7 +6,7 @@
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.1", "version": "0.3.2",
"language": "German (SUB)", "language": "German (SUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// }; // };
// Define the preferred providers and languages // 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"]; const languageList = ["mit Untertitel Englisch", "Englisch", "mit Untertitel Deutsch", "Deutsch"];
for (const language of languageList) { for (const language of languageList) {
@@ -352,7 +352,7 @@ function base64Decode(str) {
async function sendLog(message) { async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message // send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message); console.log(message);
// return; return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message)) await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => { .catch(error => {
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// }; // };
// Define the preferred providers and languages // 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"]; const languageList = ["Deutsch", "mit Untertitel Deutsch", "mit Untertitel Englisch"];
@@ -354,7 +354,7 @@ function base64Decode(str) {
async function sendLog(message) { async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message // send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message); console.log(message);
// return; return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message)) await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => { .catch(error => {
+2 -2
View File
@@ -177,7 +177,7 @@ function selectHoster(finishedList) {
// }; // };
// Define the preferred providers and languages // 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"]; const languageList = ["mit Untertitel Deutsch", "Deutsch", "mit Untertitel Englisch"];
@@ -354,7 +354,7 @@ function base64Decode(str) {
async function sendLog(message) { async function sendLog(message) {
// send http://192.168.2.130/sora-module/log.php?action=add&message=message // send http://192.168.2.130/sora-module/log.php?action=add&message=message
console.log(message); console.log(message);
// return; return;
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message)) await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
.catch(error => { .catch(error => {