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