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 mangatopsiteSource => _mangatopsiteSource;
Source _mangatopsiteSource = Source(
name: "MangaTop.site",
baseUrl: "https://mangatop.site",
lang: "all",
isNsfw:true,
typeSource: "madara",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/bbranchNamee/dart/manga/multisrc/madara/src/mangatopsite/icon.png",
dateFormat:"d MMM yyyy",
dateFormatLocale:"en"
);