mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 02:41:39 +00:00
Fix Aniwatch server name
This commit is contained in:
@@ -177,10 +177,10 @@ getVideoList(MangaModel anime) async {
|
||||
print(url);
|
||||
List<VideoModel> a = [];
|
||||
if (name.contains("Vidstreaming")) {
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidstreaming");
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidstreaming - $subDub");
|
||||
} else if (name.contains("Vidcloud")) {
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidcloud");
|
||||
} else if (name.contains("StreamTape")) {
|
||||
a = await MBridge.rapidCloudExtractor(url, "Vidcloud - $subDub");
|
||||
} else if (name.contains("StreamTape - $subDub")) {
|
||||
a = await MBridge.streamTapeExtractor(url);
|
||||
}
|
||||
for (var vi in a) {
|
||||
@@ -1,7 +1,7 @@
|
||||
import '../../../../model/source.dart';
|
||||
import '../../../../utils/utils.dart';
|
||||
|
||||
const aniwatchVersion = "0.0.13";
|
||||
const aniwatchVersion = "0.0.14";
|
||||
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