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

@@ -0,0 +1,17 @@
import '../../../../model/source.dart';
Source get wcostreamSource => _wcostreamSource;
const wcostreamVersion = "0.0.1";
const wcostreamSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/anime/src/fr/wcostream/wcostream-v$wcostreamVersion.dart";
Source _wcostreamSource = Source(
name: "WCOStream",
baseUrl: "https://wcostream.fr",
apiUrl: "https://api.wcostream.fr",
lang: "en",
typeSource: "single",
iconUrl: '',
sourceCodeUrl: wcostreamSourceCodeUrl,
version: wcostreamVersion,
isManga: false,
isFullData: false);