fix rapidCloudExtractor

This commit is contained in:
kodjomoustapha
2024-06-18 15:03:27 +01:00
parent 182aace2e2
commit 369313ed7d
4 changed files with 6 additions and 4 deletions

View File

@@ -244,7 +244,8 @@ class NineAnimeTv extends MProvider {
}
videoResJson = decryptAESCryptoJS(ciphertext, password);
} else {
videoResJson = resServer;
videoResJson = json.encode(
(json.decode(resServer)["sources"] as List<Map<String, dynamic>>));
}
String masterUrl =

View File

@@ -1,7 +1,7 @@
import '../../../../../model/source.dart';
Source get nineanimetv => _nineanimetv;
const _nineanimetvVersion = "0.0.35";
const _nineanimetvVersion = "0.0.4";
const _nineanimetvCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart";
Source _nineanimetv = Source(