New sources multi MangaBox : Manganato (EN), Mangabat (EN), Mangairo (EN), Mangakakalot (EN)

This commit is contained in:
kodjomoustapha
2023-12-19 19:47:38 +01:00
parent 4d6bcf1ce2
commit 792c7dd9a6
13 changed files with 523 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get mangabatSource => _mangabatSource;
Source _mangabatSource = Source(
name: "Mangabat",
baseUrl: "https://m.mangabat.com",
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangabox/src/mangabat/icon.png",
dateFormat: "MMM dd,yy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,15 @@
import '../../../../../model/source.dart';
Source get mangairoSource => _mangairoSource;
Source _mangairoSource = Source(
name: "Mangairo",
baseUrl: "https://h.mangairo.com",
lang: "en",
isNsfw: true,
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangabox/src/mangairo/icon.png",
dateFormat: "MMM-dd-yy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get mangakakalotSource => _mangakakalotSource;
Source _mangakakalotSource = Source(
name: "Mangakakalot",
baseUrl: "https://mangakakalot.com",
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangabox/src/mangakakalot/icon.png",
dateFormat: "MMM-dd-yy",
dateFormatLocale: "en",
);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,14 @@
import '../../../../../model/source.dart';
Source get manganatoSource => _manganatoSource;
Source _manganatoSource = Source(
name: "Manganato",
baseUrl: "https://manganato.com",
lang: "en",
typeSource: "mangabox",
iconUrl:
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangabox/src/manganato/icon.png",
dateFormat: "MMM dd,yy",
dateFormatLocale: "en",
);