new source : WCOStream (EN)

This commit is contained in:
kodjomoustapha
2023-08-02 23:32:16 +01:00
parent 1c8ce0687e
commit 4ed126c22b
8 changed files with 269 additions and 30 deletions

View File

@@ -388,7 +388,7 @@ getVideoList(MangaModel anime) async {
final playerUrl = await MBridge.http(json.encode(data), 0);
List<VideoModel> a = [];
if (playerName.contains("franime_myvi")) {
a = MBridge.toVideos(playerUrl, "FRAnime", playerUrl, null);
videos.add(MBridge.toVideo(playerUrl, "FRAnime", playerUrl, null));
} else if (playerName.contains("myvi")) {
a = await MBridge.myTvExtractor(playerUrl);
} else if (playerName.contains("sendvid")) {

View File

@@ -1,7 +1,7 @@
import '../../../../model/source.dart';
Source get franimeSource => _franimeSource;
const franimeVersion = "0.0.13";
const franimeVersion = "0.0.14";
const franimeSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/fr/franime/franime-v$franimeVersion.dart";
Source _franimeSource = Source(