This commit is contained in:
kodjomoustapha
2024-09-26 09:29:10 +01:00
parent fecc5fd157
commit b02866217b

View File

@@ -1,11 +1,11 @@
import '../../../../../model/source.dart'; import '../../../../../model/source.dart';
Source get aniZoneSource => _aniZoneSource; Source get aniZoneSource => _aniZoneSource;
const _aniZoneVersion = "0.0.1"; const _aniZoneVersion = "0.0.15";
const _aniZoneSourceCodeUrl = const _aniZoneSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/anizone/anizone.dart"; "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/anizone/anizone.dart";
Source _aniZoneSource = Source( Source _aniZoneSource = Source(
name: "aniZone", name: "AniZone",
baseUrl: "https://v1.animesz.xyz", baseUrl: "https://v1.animesz.xyz",
lang: "fr", lang: "fr",
typeSource: "single", typeSource: "single",