fix baseUrl

This commit is contained in:
kodjomoustapha
2023-08-02 23:36:01 +01:00
parent 4ed126c22b
commit e35c48b60d
2 changed files with 7 additions and 8 deletions

View File

@@ -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: '',