diff --git a/aniworld/AniWorldEngSub.json b/aniworld/AniWorldEngSub.json index e7e8543..a1d9335 100644 --- a/aniworld/AniWorldEngSub.json +++ b/aniworld/AniWorldEngSub.json @@ -1,22 +1,23 @@ { "sourceName": "AniWorld (ENG SUB)", - "iconUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/aniworld.png", + "iconUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/aniworld.png", "author": { "name": "Cufiy & Hamzo", "icon": "https://files.catbox.moe/ttj4fc.gif", "url": "https://github.com/JMcrafter26" }, - "version": "0.3.2", + "version": "0.3.3", "language": "English (SUB)", "streamType": "HLS", "quality": "720p", "baseUrl": "https://google.com", "searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", - "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/v2/AniWorldEngSub_v2.js", + "scriptUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/v2/AniWorldEngSub_v2.js", "asyncJS": true, "streamAsyncJS": false, "type": "anime", "supportsMojuru": true, "supportsSora": true, - "supportsLuna": true + "supportsLuna": true, + "supportsSoru": true } \ No newline at end of file diff --git a/aniworld/AniWorldGerDub.json b/aniworld/AniWorldGerDub.json index 5fb5a73..abacfab 100644 --- a/aniworld/AniWorldGerDub.json +++ b/aniworld/AniWorldGerDub.json @@ -1,22 +1,23 @@ { "sourceName": "AniWorld (GER DUB)", - "iconUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/aniworld.png", + "iconUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/aniworld.png", "author": { "name": "Cufiy & Hamzo", "icon": "https://files.catbox.moe/ttj4fc.gif", "url": "https://github.com/JMcrafter26" }, - "version": "0.3.2", + "version": "0.3.3", "language": "German (DUB)", "streamType": "HLS", "quality": "720p", "baseUrl": "https://google.com", "searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", - "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/v2/AniWorldGerDub_v2.js", + "scriptUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/v2/AniWorldGerDub_v2.js", "asyncJS": true, "streamAsyncJS": false, "type": "anime", "supportsMojuru": true, "supportsSora": true, - "supportsLuna": true + "supportsLuna": true, + "supportsSoru": true } \ No newline at end of file diff --git a/aniworld/AniWorldGerSub.json b/aniworld/AniWorldGerSub.json index 7b86c76..ea2bb0d 100644 --- a/aniworld/AniWorldGerSub.json +++ b/aniworld/AniWorldGerSub.json @@ -1,22 +1,23 @@ { "sourceName": "AniWorld (GER SUB)", - "iconUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/aniworld.png", + "iconUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/aniworld.png", "author": { "name": "Cufiy & Hamzo", "icon": "https://files.catbox.moe/ttj4fc.gif", "url": "https://github.com/JMcrafter26" }, - "version": "0.3.2", + "version": "0.3.3", "language": "German (SUB)", "streamType": "HLS", "quality": "720p", "baseUrl": "https://google.com", "searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", - "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/aniworld/v2/AniWorldGerSub_v2.js", + "scriptUrl": "https://git.luna-app.eu/Cufiy/sora-modules/raw/branch/main/modules/aniworld/v2/AniWorldGerSub_v2.js", "asyncJS": true, "streamAsyncJS": false, "type": "anime", "supportsMojuru": true, "supportsSora": true, - "supportsLuna": true + "supportsLuna": true, + "supportsSoru": true } \ No newline at end of file diff --git a/aniworld/v2/AniWorldEngSub_v2.js b/aniworld/v2/_AniWorldEngSub_v2.js similarity index 99% rename from aniworld/v2/AniWorldEngSub_v2.js rename to aniworld/v2/_AniWorldEngSub_v2.js index 08ed90a..0eacf6d 100644 --- a/aniworld/v2/AniWorldEngSub_v2.js +++ b/aniworld/v2/_AniWorldEngSub_v2.js @@ -1,3 +1,11 @@ +// Moved to https://git.luna-app.eu/Cufiy/sora-modules/ + + + + + + + /////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////// Main Functions ////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/aniworld/v2/AniWorldGerDub_v2.js b/aniworld/v2/_AniWorldGerDub_v2.js similarity index 99% rename from aniworld/v2/AniWorldGerDub_v2.js rename to aniworld/v2/_AniWorldGerDub_v2.js index 6a4951b..82dc9c3 100644 --- a/aniworld/v2/AniWorldGerDub_v2.js +++ b/aniworld/v2/_AniWorldGerDub_v2.js @@ -1,3 +1,10 @@ +// Moved to https://git.luna-app.eu/Cufiy/sora-modules/ + + + + + + /////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////// Main Functions ////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/aniworld/v2/AniWorldGerSub_v2.js b/aniworld/v2/_AniWorldGerSub_v2.js similarity index 99% rename from aniworld/v2/AniWorldGerSub_v2.js rename to aniworld/v2/_AniWorldGerSub_v2.js index 41469a0..e1343c6 100644 --- a/aniworld/v2/AniWorldGerSub_v2.js +++ b/aniworld/v2/_AniWorldGerSub_v2.js @@ -1,3 +1,10 @@ +// Moved to https://git.luna-app.eu/Cufiy/sora-modules/ + + + + + + /////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////// Main Functions ////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////