\s*| В переводе:<\/td>\s* | ([^<]+)<\/td>/);
+ if (tableMatch) {
+ name = tableMatch[1].trim();
+ }
+ translators.push({ id: parseInt(id, 10), name });
+ }
+ }
+
+ return translators;
+}
diff --git a/hdrezka/hdrezka.json b/hdrezka/hdrezka.json
new file mode 100644
index 0000000..b9c28f5
--- /dev/null
+++ b/hdrezka/hdrezka.json
@@ -0,0 +1,27 @@
+{
+ "sourceName": "HDRezka",
+ "iconUrl": "https://rezka.ag/apple-touch-icon-144.png",
+ "author": {
+ "name": "50/50",
+ "icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
+ },
+ "version": "1.0.0",
+ "language": "Russian",
+ "streamType": "MP4 & HLS",
+ "quality": "4K",
+ "baseUrl": "https://rezka.ag",
+ "searchBaseUrl": "https://rezka.ag",
+ "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/hdrezka/hdrezka.js",
+ "type": "movies/shows/anime",
+ "asyncJS": true,
+ "softsub": true,
+ "downloadSupport": true,
+ "supportsMojuru": true,
+ "supportsDartotsu": true,
+ "supportsSora": true,
+ "supportsLuna": true,
+ "supportsAnymex": true,
+ "supportsTsumi": true,
+ "supportsHiyoku": true,
+ "supportsShirox": true
+}
\ No newline at end of file
diff --git a/index.json b/index.json
index f424399..cc2f110 100644
--- a/index.json
+++ b/index.json
@@ -1,31 +1,58 @@
{
- "animeverse/animeverse.json": {
- "sourceName": "AnimeVerse",
- "iconUrl": "https://animeverse.to/apple-touch-icon.png",
- "author": {
- "name": "50/50",
- "icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
- },
- "version": "1.0.0",
- "language": "English",
- "streamType": "HLS",
- "quality": "1080p",
- "baseUrl": "https://animeverse.to/",
- "searchBaseUrl": "https://animeverse.to/",
- "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/animeverse/animeverse.js",
- "type": "anime",
- "asyncJS": true,
- "softsub": true,
- "downloadSupport": true,
- "supportsSora": true,
- "supportsLuna": true,
- "supportsMojuru": true,
- "supportsDartotsu": true,
- "supportsAnymex": true,
- "supportsTsumi": true,
- "supportsHiyoku": true,
- "supportsShirox": true
+ "hdrezka/hdrezka.json": {
+ "sourceName": "HDRezka",
+ "iconUrl": "https://rezka.ag/apple-touch-icon-144.png",
+ "author": {
+ "name": "50/50",
+ "icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
},
+ "version": "1.0.0",
+ "language": "Russian",
+ "streamType": "MP4 & HLS",
+ "quality": "4K",
+ "baseUrl": "https://rezka.ag",
+ "searchBaseUrl": "https://rezka.ag",
+ "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/hdrezka/hdrezka.js",
+ "type": "movies/shows/anime",
+ "asyncJS": true,
+ "softsub": true,
+ "downloadSupport": true,
+ "supportsMojuru": true,
+ "supportsDartotsu": true,
+ "supportsSora": true,
+ "supportsLuna": true,
+ "supportsAnymex": true,
+ "supportsTsumi": true,
+ "supportsHiyoku": true,
+ "supportsShirox": true
+ },
+ "animeverse/animeverse.json": {
+ "sourceName": "AnimeVerse",
+ "iconUrl": "https://animeverse.to/apple-touch-icon.png",
+ "author": {
+ "name": "50/50",
+ "icon": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ3122kQwublLkZ6rf1fEpUP79BxZOFmH9BSA&s"
+ },
+ "version": "1.0.0",
+ "language": "English",
+ "streamType": "HLS",
+ "quality": "1080p",
+ "baseUrl": "https://animeverse.to/",
+ "searchBaseUrl": "https://animeverse.to/",
+ "scriptUrl": "https://git.luna-app.eu/50n50/sources/raw/branch/main/animeverse/animeverse.js",
+ "type": "anime",
+ "asyncJS": true,
+ "softsub": true,
+ "downloadSupport": true,
+ "supportsSora": true,
+ "supportsLuna": true,
+ "supportsMojuru": true,
+ "supportsDartotsu": true,
+ "supportsAnymex": true,
+ "supportsTsumi": true,
+ "supportsHiyoku": true,
+ "supportsShirox": true
+ },
"lordflix/lordflix.json": {
"sourceName": "LordFlix",
"iconUrl": "https://lordflix.org/mstile-150x150.png",
@@ -1903,4 +1930,4 @@
"supportsLuna": true,
"supportsAnymex": true
}
-}
+}
\ No newline at end of file
|