mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 00:31:32 +00:00
14 lines
489 B
Dart
14 lines
489 B
Dart
import '../../../../../../model/source.dart';
|
|
|
|
Source get hentaiscantradSource => _hentaiscantradSource;
|
|
Source _hentaiscantradSource = Source(
|
|
name: "Hentai-Scantrad",
|
|
baseUrl: "https://hentai.scantrad-vf.cc",
|
|
lang: "fr",
|
|
isNsfw:true,
|
|
typeSource: "madara",
|
|
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/hentaiscantrad/icon.png",
|
|
dateFormat:"d MMMM, yyyy",
|
|
dateFormatLocale:"fr"
|
|
);
|