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
+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 => {