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

14 lines
472 B
Dart

import '../../../../../../model/source.dart';
Source get doujinhentaiSource => _doujinhentaiSource;
Source _doujinhentaiSource = Source(
name: "DoujinHentai",
baseUrl: "https://doujinhentai.net",
lang: "es",
isNsfw:true,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/doujinhentai/icon.png",
dateFormat:"d MMM. yyyy",
dateFormatLocale:"en"
);