Files
kodjodevf-mangayomi-extensions/manga/multisrc/madara/src/hentaizone/hentaizone.dart
kodjomoustapha 9026bc1f31 Update
2023-12-08 17:12:19 +01:00

14 lines
460 B
Dart

import '../../../../../model/source.dart';
Source get hentaizoneSource => _hentaizoneSource;
Source _hentaizoneSource = Source(
name: "HentaiZone",
baseUrl: "https://hentaizone.xyz",
lang: "fr",
isNsfw:true,
typeSource: "madara",
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/madara/src/hentaizone/icon.png",
dateFormat:"MMM d, yyyy",
dateFormatLocale:"fr",
);