mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-26 08:40:32 +00:00
14 lines
472 B
Dart
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"
|
|
);
|