forked from 50n50/sources
Merge pull request 'Remove vidmoly because it slows down the process and often fails to load.' (#6) from Cufiy/sources-fork:main into main
Reviewed-on: https://git.luna-app.eu/50n50/sources/pulls/6
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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