mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
Refactor
This commit is contained in:
@@ -1,401 +1,136 @@
|
||||
import '../../../model/source.dart';
|
||||
import '../../../utils/utils.dart';
|
||||
import 'src/beastscans/beastscans.dart';
|
||||
import 'src/lelmanga/lelmanga.dart';
|
||||
import 'src/asurascans/asurascans.dart';
|
||||
import 'src/komiklab/komiklab.dart';
|
||||
import 'src/azurescans/azurescans.dart';
|
||||
import 'src/cosmicscans/cosmicscans.dart';
|
||||
import 'src/cosmicscansid/cosmicscansid.dart';
|
||||
import 'src/dojingnet/dojingnet.dart';
|
||||
import 'src/duniakomikid/duniakomikid.dart';
|
||||
import 'src/geceninlordu/geceninlordu.dart';
|
||||
import 'src/infernalvoidscans/infernalvoidscans.dart';
|
||||
import 'src/katakomik/katakomik.dart';
|
||||
import 'src/kanzenin/kanzenin.dart';
|
||||
import 'src/komikstation/komikstation.dart';
|
||||
import 'src/komikmama/komikmama.dart';
|
||||
import 'src/kumapoi/kumapoi.dart';
|
||||
import 'src/komikucom/komikucom.dart';
|
||||
import 'src/legacyscans/legacyscans.dart';
|
||||
import 'src/magusmanga/magusmanga.dart';
|
||||
import 'src/mangaindome/mangaindome.dart';
|
||||
import 'src/mangacim/mangacim.dart';
|
||||
import 'src/mangatale/mangatale.dart';
|
||||
import 'src/mangawt/mangawt.dart';
|
||||
import 'src/manhwax/manhwax.dart';
|
||||
import 'src/melokomik/melokomik.dart';
|
||||
import 'src/mihentai/mihentai.dart';
|
||||
import 'src/mundomangakun/mundomangakun.dart';
|
||||
import 'src/origamiorpheans/origamiorpheans.dart';
|
||||
import 'src/phenixscans/phenixscans.dart';
|
||||
import 'src/piscans/piscans.dart';
|
||||
import 'src/raikiscan/raikiscan.dart';
|
||||
import 'src/ravenscans/ravenscans.dart';
|
||||
import 'src/shadowmangas/shadowmangas.dart';
|
||||
import 'src/suryascans/suryascans.dart';
|
||||
import 'src/sushiscans/sushiscans.dart';
|
||||
import 'src/sushiscan/sushiscan.dart';
|
||||
import 'src/tarotscans/tarotscans.dart';
|
||||
import 'src/tukangkomik/tukangkomik.dart';
|
||||
import 'src/turktoon/turktoon.dart';
|
||||
import 'src/uzaymanga/uzaymanga.dart';
|
||||
import 'src/xcalibrscans/xcalibrscans.dart';
|
||||
|
||||
const mangareaderVersion = "0.0.5";
|
||||
const mangareaderSourceCodeUrl =
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/manga/multisrc/mangareader/mangareader-v$mangareaderVersion.dart";
|
||||
const defaultDateFormat = "MMMM dd, yyyy";
|
||||
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("beastscans", "ar"),
|
||||
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/",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("asurascans", "en"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "en_US",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
id: 932554594,
|
||||
name: "KomikLab Scans",
|
||||
baseUrl: "https://komiklab.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("komiklab", "all"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Azure Scans",
|
||||
baseUrl: "https://azuremanga.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("azurescans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Cosmic Scans",
|
||||
baseUrl: "https://cosmicscans.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("cosmicscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "CosmicScans.id",
|
||||
baseUrl: "https://cosmicscans.id",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("cosmicscansid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Dojing.net",
|
||||
baseUrl: "https://dojing.net",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("dojingnet", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "DuniaKomik.id",
|
||||
baseUrl: "https://duniakomik.id",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("duniakomikid", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Gecenin Lordu",
|
||||
baseUrl: "https://geceninlordu.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("geceninlordu", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Infernal Void Scans",
|
||||
baseUrl: "https://void-scans.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("infernalvoidscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "KataKomik",
|
||||
baseUrl: "https://katakomik.online",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("katakomik", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Kanzenin",
|
||||
baseUrl: "https://kanzenin.xyz",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("kanzenin", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Komik Station",
|
||||
baseUrl: "https://komikstation.co",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("komikstation", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
hasCloudflare: true,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "KomikMama",
|
||||
baseUrl: "https://komikmama.co",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("komikmama", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "KumaPoi",
|
||||
baseUrl: "https://kumapoi.club",
|
||||
lang: "id",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("kumapoi", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
hasCloudflare: true,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Komiku.com",
|
||||
baseUrl: "https://komiku.com",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("komikucom", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Legacy Scans",
|
||||
baseUrl: "https://legacy-scans.com",
|
||||
lang: "fr",
|
||||
iconUrl: getIconUrl("", ""),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Magus Manga",
|
||||
baseUrl: "https://magusmanga.com",
|
||||
lang: "ar",
|
||||
iconUrl: getIconUrl("magusmanga", "ar"),
|
||||
dateFormat: "MMMMM d, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Manga Indo.me",
|
||||
baseUrl: "https://mangaindo.me",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("mangaindome", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Mangacim",
|
||||
baseUrl: "https://www.mangacim.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("mangacim", "tr"),
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "MangaTale",
|
||||
baseUrl: "https://mangatale.co",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("mangatale", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "MangaWT",
|
||||
baseUrl: "https://mangawt.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("mangawt", "tr"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
// Source(
|
||||
// name: "Manhwa Lover",
|
||||
// baseUrl: "https://manhwalover.com",
|
||||
// lang: "en",
|
||||
// isNsfw: true,
|
||||
// iconUrl: getIconUrl("", ""),
|
||||
// dateFormat: defaultDateFormat,
|
||||
// dateFormatLocale: defaultDateFormatLocale,
|
||||
// version: mangareaderVersion,
|
||||
// sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Manhwax",
|
||||
baseUrl: "https://manhwax.com",
|
||||
lang: "en",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("manhwax", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "MELOKOMIK",
|
||||
baseUrl: "https://melokomik.xyz",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("melokomik", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "id",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Mihentai",
|
||||
baseUrl: "https://mihentai.com",
|
||||
lang: "all",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("mihentai", "all"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Mundo Mangá-Kun",
|
||||
baseUrl: "https://mundomangakun.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: true,
|
||||
iconUrl: getIconUrl("mundomangakun", "pt"),
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-BR",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Origami Orpheans",
|
||||
baseUrl: "https://origami-orpheans.com.br",
|
||||
lang: "pt-br",
|
||||
iconUrl: getIconUrl("origamiorpheans", "pt"),
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-BR",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "PhenixScans",
|
||||
baseUrl: "https://phenixscans.fr",
|
||||
lang: "fr",
|
||||
iconUrl: getIconUrl("phenixscans", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Pi Scans",
|
||||
baseUrl: "https://piscans.in",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("piscans", "id"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
iconUrl: getIconUrl("raikiscan", "es"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Raven Scans",
|
||||
baseUrl: "https://ravenscans.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("ravenscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Shadow Mangas",
|
||||
baseUrl: "https://shadowmangas.com",
|
||||
lang: "es",
|
||||
iconUrl: getIconUrl("shadowmangas", "es"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "es",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Surya Scans",
|
||||
baseUrl: "https://suryascans.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("suryascans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Sushi-Scans",
|
||||
baseUrl: "https://sushiscan.fr",
|
||||
lang: "fr",
|
||||
iconUrl: getIconUrl("sushiscans", "fr"),
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Sushi-Scan",
|
||||
baseUrl: "https://sushiscan.net",
|
||||
lang: "fr",
|
||||
iconUrl: getIconUrl("sushiscan", "fr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "fr",
|
||||
hasCloudflare: true,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Tarot Scans",
|
||||
baseUrl: "https://www.tarotscans.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("tarotscans", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "TukangKomik",
|
||||
baseUrl: "https://tukangkomik.id",
|
||||
lang: "id",
|
||||
iconUrl: getIconUrl("tukangkomik", "id"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "TurkToon",
|
||||
baseUrl: "https://turktoon.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("turktoon", "tr"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "Uzay Manga",
|
||||
baseUrl: "https://uzaymanga.com",
|
||||
lang: "tr",
|
||||
iconUrl: getIconUrl("uzaymanga", "tr"),
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
Source(
|
||||
name: "xCaliBR Scans",
|
||||
baseUrl: "https://xcalibrscans.com",
|
||||
lang: "en",
|
||||
iconUrl: getIconUrl("xcalibrscans", "en"),
|
||||
dateFormat: defaultDateFormat,
|
||||
dateFormatLocale: defaultDateFormatLocale,
|
||||
version: mangareaderVersion,
|
||||
sourceCodeUrl: mangareaderSourceCodeUrl),
|
||||
];
|
||||
//Beast Scans (AR)
|
||||
beastscansSource,
|
||||
//Lelmanga (FR)
|
||||
lelmangaSource,
|
||||
//Asura Scans (EN)
|
||||
asurascansSource,
|
||||
//KomikLab Scans (EN)
|
||||
komiklabSource,
|
||||
//Azure Scans (EN)
|
||||
azurescansSource,
|
||||
//Cosmic Scans (EN)
|
||||
cosmicscansSource,
|
||||
//CosmicScans.id (ID)
|
||||
cosmicscansidSource,
|
||||
//Dojing.net (ID)
|
||||
dojingnetSource,
|
||||
//DuniaKomik.id (ID)
|
||||
duniakomikidSource,
|
||||
//Gecenin Lordu (TR)
|
||||
geceninlorduSource,
|
||||
//Infernal Void Scans (EN)
|
||||
infernalvoidscansSource,
|
||||
//KataKomik (ID)
|
||||
katakomikSource,
|
||||
//Kanzenin (ID)
|
||||
kanzeninSource,
|
||||
//Komik Station (ID)
|
||||
komikstationSource,
|
||||
//KomikMama (ID)
|
||||
komikmamaSource,
|
||||
//KumaPoi (ID)
|
||||
kumapoiSource,
|
||||
//Komiku.com (ID)
|
||||
komikucomSource,
|
||||
//Legacy Scans (FR)
|
||||
legacyscansSource,
|
||||
//Magus Manga (AR)
|
||||
magusmangaSource,
|
||||
//Manga Indo.me (ID)
|
||||
mangaindomeSource,
|
||||
//Mangacim (TR)
|
||||
mangacimSource,
|
||||
//MangaTale (ID)
|
||||
mangataleSource,
|
||||
//MangaWT (TR)
|
||||
mangawtSource,
|
||||
//Manhwax (EN)
|
||||
manhwaxSource,
|
||||
//MELOKOMIK (ID)
|
||||
melokomikSource,
|
||||
//Mihentai (ALL)
|
||||
mihentaiSource,
|
||||
//Mundo Mangá-Kun (PT-BR)
|
||||
mundomangakunSource,
|
||||
//Origami Orpheans (PT-BR)
|
||||
origamiorpheansSource,
|
||||
//PhenixScans (FR)
|
||||
phenixscansSource,
|
||||
//Pi Scans (ID)
|
||||
piscansSource,
|
||||
//Raiki Scan (ES)
|
||||
raikiscanSource,
|
||||
//Raven Scans (EN)
|
||||
ravenscansSource,
|
||||
//Shadow Mangas (ES)
|
||||
shadowmangasSource,
|
||||
//Surya Scans (EN)
|
||||
suryascansSource,
|
||||
//Sushi-Scans (FR)
|
||||
sushiscansSource,
|
||||
//Sushi-Scan (FR)
|
||||
sushiscanSource,
|
||||
//Tarot Scans (TR)
|
||||
tarotscansSource,
|
||||
//TukangKomik (ID)
|
||||
tukangkomikSource,
|
||||
//TurkToon (TR)
|
||||
turktoonSource,
|
||||
//Uzay Manga (TR)
|
||||
uzaymangaSource,
|
||||
//xCaliBR Scans (EN)
|
||||
xcalibrscansSource,
|
||||
]
|
||||
.map((e) => e
|
||||
..sourceCodeUrl = mangareaderSourceCodeUrl
|
||||
..version = mangareaderVersion)
|
||||
.toList();
|
||||
|
||||
Reference in New Issue
Block a user