Remove vidmoly because it slows down the process and often fails to load.
This commit is contained in:
@@ -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 => {
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user