mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
fix rapidCloudExtractor
This commit is contained in:
@@ -2,7 +2,7 @@ import '../../../../model/source.dart';
|
|||||||
import 'src/hianime/hianime.dart';
|
import 'src/hianime/hianime.dart';
|
||||||
import 'src/kaido/kaido.dart';
|
import 'src/kaido/kaido.dart';
|
||||||
|
|
||||||
const _zorothemeVersion = "0.0.9";
|
const _zorothemeVersion = "0.0.95";
|
||||||
const _zorothemeSourceCodeUrl =
|
const _zorothemeSourceCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/multisrc/zorotheme/zorotheme.dart";
|
||||||
|
|
||||||
|
|||||||
@@ -249,7 +249,8 @@ class ZoroTheme extends MProvider {
|
|||||||
}
|
}
|
||||||
videoResJson = decryptAESCryptoJS(ciphertext, password);
|
videoResJson = decryptAESCryptoJS(ciphertext, password);
|
||||||
} else {
|
} else {
|
||||||
videoResJson = resServer;
|
videoResJson = json.encode(
|
||||||
|
(json.decode(resServer)["sources"] as List<Map<String, dynamic>>));
|
||||||
}
|
}
|
||||||
|
|
||||||
String masterUrl =
|
String masterUrl =
|
||||||
|
|||||||
@@ -244,7 +244,8 @@ class NineAnimeTv extends MProvider {
|
|||||||
}
|
}
|
||||||
videoResJson = decryptAESCryptoJS(ciphertext, password);
|
videoResJson = decryptAESCryptoJS(ciphertext, password);
|
||||||
} else {
|
} else {
|
||||||
videoResJson = resServer;
|
videoResJson = json.encode(
|
||||||
|
(json.decode(resServer)["sources"] as List<Map<String, dynamic>>));
|
||||||
}
|
}
|
||||||
|
|
||||||
String masterUrl =
|
String masterUrl =
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import '../../../../../model/source.dart';
|
import '../../../../../model/source.dart';
|
||||||
|
|
||||||
Source get nineanimetv => _nineanimetv;
|
Source get nineanimetv => _nineanimetv;
|
||||||
const _nineanimetvVersion = "0.0.35";
|
const _nineanimetvVersion = "0.0.4";
|
||||||
const _nineanimetvCodeUrl =
|
const _nineanimetvCodeUrl =
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart";
|
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/en/nineanimetv/nineanimetv.dart";
|
||||||
Source _nineanimetv = Source(
|
Source _nineanimetv = Source(
|
||||||
|
|||||||
Reference in New Issue
Block a user