diff --git a/aniworld/AniWorldEngSub.json b/aniworld/AniWorldEngSub.json index 4212d06..e7e8543 100644 --- a/aniworld/AniWorldEngSub.json +++ b/aniworld/AniWorldEngSub.json @@ -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", diff --git a/aniworld/AniWorldGerDub.json b/aniworld/AniWorldGerDub.json index ff0be4a..5fb5a73 100644 --- a/aniworld/AniWorldGerDub.json +++ b/aniworld/AniWorldGerDub.json @@ -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", diff --git a/aniworld/AniWorldGerSub.json b/aniworld/AniWorldGerSub.json index 62df763..7b86c76 100644 --- a/aniworld/AniWorldGerSub.json +++ b/aniworld/AniWorldGerSub.json @@ -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", diff --git a/aniworld/v2/AniWorldEngSub_v2.js b/aniworld/v2/AniWorldEngSub_v2.js index 7a0dd8b..08ed90a 100644 --- a/aniworld/v2/AniWorldEngSub_v2.js +++ b/aniworld/v2/AniWorldEngSub_v2.js @@ -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 => { diff --git a/aniworld/v2/AniWorldGerDub_v2.js b/aniworld/v2/AniWorldGerDub_v2.js index eca332b..6a4951b 100644 --- a/aniworld/v2/AniWorldGerDub_v2.js +++ b/aniworld/v2/AniWorldGerDub_v2.js @@ -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 => { diff --git a/aniworld/v2/AniWorldGerSub_v2.js b/aniworld/v2/AniWorldGerSub_v2.js index 6411808..41469a0 100644 --- a/aniworld/v2/AniWorldGerSub_v2.js +++ b/aniworld/v2/AniWorldGerSub_v2.js @@ -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 => {