Merge pull request 'Moved AniWorld modules to Cufiy/sora-modules repo' (#10) from Cufiy/sources-fork:main into main
Sync Versions to index.json / sync-versions (push) Has been cancelled

Reviewed-on: https://git.luna-app.eu/50n50/sources/pulls/10
This commit was merged in pull request #10.
This commit is contained in:
aka paul
2026-03-09 00:05:22 +00:00
6 changed files with 37 additions and 12 deletions
+5 -4
View File
@@ -1,22 +1,23 @@
{ {
"sourceName": "AniWorld (ENG SUB)", "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": { "author": {
"name": "Cufiy & Hamzo", "name": "Cufiy & Hamzo",
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.2", "version": "0.3.3",
"language": "English (SUB)", "language": "English (SUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
"baseUrl": "https://google.com", "baseUrl": "https://google.com",
"searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", "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, "asyncJS": true,
"streamAsyncJS": false, "streamAsyncJS": false,
"type": "anime", "type": "anime",
"supportsMojuru": true, "supportsMojuru": true,
"supportsSora": true, "supportsSora": true,
"supportsLuna": true "supportsLuna": true,
"supportsSoru": true
} }
+5 -4
View File
@@ -1,22 +1,23 @@
{ {
"sourceName": "AniWorld (GER DUB)", "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": { "author": {
"name": "Cufiy & Hamzo", "name": "Cufiy & Hamzo",
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.2", "version": "0.3.3",
"language": "German (DUB)", "language": "German (DUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
"baseUrl": "https://google.com", "baseUrl": "https://google.com",
"searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", "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, "asyncJS": true,
"streamAsyncJS": false, "streamAsyncJS": false,
"type": "anime", "type": "anime",
"supportsMojuru": true, "supportsMojuru": true,
"supportsSora": true, "supportsSora": true,
"supportsLuna": true "supportsLuna": true,
"supportsSoru": true
} }
+5 -4
View File
@@ -1,22 +1,23 @@
{ {
"sourceName": "AniWorld (GER SUB)", "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": { "author": {
"name": "Cufiy & Hamzo", "name": "Cufiy & Hamzo",
"icon": "https://files.catbox.moe/ttj4fc.gif", "icon": "https://files.catbox.moe/ttj4fc.gif",
"url": "https://github.com/JMcrafter26" "url": "https://github.com/JMcrafter26"
}, },
"version": "0.3.2", "version": "0.3.3",
"language": "German (SUB)", "language": "German (SUB)",
"streamType": "HLS", "streamType": "HLS",
"quality": "720p", "quality": "720p",
"baseUrl": "https://google.com", "baseUrl": "https://google.com",
"searchBaseUrl": "https://aniworld.to/ajax/seriesSearch?keyword=%s", "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, "asyncJS": true,
"streamAsyncJS": false, "streamAsyncJS": false,
"type": "anime", "type": "anime",
"supportsMojuru": true, "supportsMojuru": true,
"supportsSora": true, "supportsSora": true,
"supportsLuna": true "supportsLuna": true,
"supportsSoru": true
} }
@@ -1,3 +1,11 @@
// Moved to https://git.luna-app.eu/Cufiy/sora-modules/
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////// Main Functions ////////////////////////////// ///////////////////////////// Main Functions //////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////
@@ -1,3 +1,10 @@
// Moved to https://git.luna-app.eu/Cufiy/sora-modules/
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////// Main Functions ////////////////////////////// ///////////////////////////// Main Functions //////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////
@@ -1,3 +1,10 @@
// Moved to https://git.luna-app.eu/Cufiy/sora-modules/
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////// Main Functions ////////////////////////////// ///////////////////////////// Main Functions //////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////