mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-18 21:00:31 +00:00
fix rapidCloudExtractor
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user