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 =