mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 19:01:15 +00:00
Update
This commit is contained in:
@@ -171,13 +171,13 @@ getVideoList(MangaModel anime) async {
|
||||
List<VideoModel> a = [];
|
||||
if (name.contains("Vidstreaming")) {
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidstreaming - $subDub");
|
||||
videos.addAll(a);
|
||||
} else if (name.contains("Vidcloud")) {
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidcloud - $subDub");
|
||||
videos.addAll(a);
|
||||
} else if (name.contains("StreamTape")) {
|
||||
a = await MBridge.streamTapeExtractor(url, "StreamTape - $subDub");
|
||||
}
|
||||
for (var vi in a) {
|
||||
videos.add(vi);
|
||||
videos.addAll(a);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import '../../../../model/source.dart';
|
||||
import '../../../../utils/utils.dart';
|
||||
|
||||
const aniwatchVersion = "0.0.2";
|
||||
const aniwatchVersion = "0.0.21";
|
||||
const aniwatchSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/en/aniwatch/aniwatch-v$aniwatchVersion.dart";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user