mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-14 10:51:17 +00:00
Add New sources: BeastScan (AR), Lelmanga (FR) & remove unused code
This commit is contained in:
@@ -9,6 +9,24 @@ const defaultDateFormatLocale = "en_US";
|
||||
|
||||
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
||||
List<Source> _mangareaderSourcesList = [
|
||||
Source(
|
||||
name: "Beast Scans",
|
||||
baseUrl: "https://beast-scans.com",
|
||||
lang: "ar",
|
||||
iconUrl: getIconUrl("asurascans", "en"),
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Lelmanga",
|
||||
baseUrl: "https://www.lelmanga.com",
|
||||
lang: "fr",
|
||||
iconUrl: getIconUrl("lelmanga", "fr"),
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "en",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Asura Scans",
|
||||
baseUrl: "https://asuratoon.com/",
|
||||
|
||||
Reference in New Issue
Block a user