This commit is contained in:
kodjomoustapha
2024-09-26 09:18:49 +01:00
parent bb0449b7ce
commit 13839b5ef6
3 changed files with 15 additions and 14 deletions

View File

@@ -1,16 +1,16 @@
import '../../../../../model/source.dart';
Source get _AniZoneSource => _AniZoneSource;
const _AniZoneVersion = "0.0.1";
const _AniZoneSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/AniZone/AniZone.dart";
Source _AniZoneSource = Source(
name: "AniZone",
Source get aniZoneSource => _aniZoneSource;
const _aniZoneVersion = "0.0.1";
const _aniZoneSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/anizone/anizone.dart";
Source _aniZoneSource = Source(
name: "aniZone",
baseUrl: "https://v1.animesz.xyz",
lang: "fr",
typeSource: "single",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/AniZone/icon.png",
sourceCodeUrl: _AniZoneSourceCodeUrl,
version: _AniZoneVersion,
isManga: false);
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/anime/src/fr/anizone/icon.png",
sourceCodeUrl: _aniZoneSourceCodeUrl,
version: _aniZoneVersion,
isManga: false);