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