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

@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
import 'src/hianime/hianime.dart';
import 'src/kaido/kaido.dart';
const _zorothemeVersion = "0.0.9";
const _zorothemeVersion = "0.0.95";
const _zorothemeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";

View File

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