mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 03:10:59 +00:00
fix baseUrl
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
import '../../../../model/source.dart';
|
||||
|
||||
Source get wcostreamSource => _wcostreamSource;
|
||||
const wcostreamVersion = "0.0.1";
|
||||
const wcostreamVersion = "0.0.11";
|
||||
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",
|
||||
baseUrl: "https://www.wcostream.org",
|
||||
lang: "en",
|
||||
typeSource: "single",
|
||||
iconUrl: '',
|
||||
|
||||
Reference in New Issue
Block a user