mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
new source : WCOStream (EN)
This commit is contained in:
17
anime/src/en/wcostream/source.dart
Normal file
17
anime/src/en/wcostream/source.dart
Normal 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);
|
||||
Reference in New Issue
Block a user