New MangaReader sources

This commit is contained in:
kodjomoustapha
2024-05-17 17:26:08 +01:00
parent c6be8c0ea8
commit 6432cec4c3
170 changed files with 1410 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -0,0 +1,13 @@
import '../../../../../../model/source.dart';
Source get irisscanlatorSource => _irisscanlatorSource;
Source _irisscanlatorSource = Source(
name: "Iris Scanlator",
baseUrl: "https://irisscanlator.com.br",
lang: "pt-br",
isNsfw:false,
typeSource: "mangareader",
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/irisscanlator/icon.png",
dateFormat:"MMMM d, yyyy",
dateFormatLocale:"pt-br"
);