Files
kodjodevf-mangayomi-extensions/dart/manga/multisrc/madara/src/doujinshell/doujinshell.dart
2024-05-17 20:33:34 +01:00

14 lines
471 B
Dart

import '../../../../../../model/source.dart';
Source get doujinshellSource => _doujinshellSource;
Source _doujinshellSource = Source(
name: "DoujinsHell",
baseUrl: "https://www.doujinshell.com",
lang: "es",
isNsfw:true,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/doujinshell/icon.png",
dateFormat:"d MMMM, yyyy",
dateFormatLocale:"es"
);