Add New sources: BeastScan (AR), Lelmanga (FR) & remove unused code

This commit is contained in:
kodjomoustapha
2023-11-01 17:13:24 +01:00
parent 615d63179b
commit 8ae72d12e7
21 changed files with 210 additions and 321 deletions

View File

@@ -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/",