Add New Madara sources

This commit is contained in:
kodjomoustapha
2024-05-17 20:33:34 +01:00
parent 6432cec4c3
commit c36c705e6c
404 changed files with 3293 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
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"
);