mangayomi-mirror/lib/source/source_list.dart
2023-04-05 18:01:59 +01:00

383 lines
14 KiB
Dart

import 'package:mangayomi/source/source_model.dart';
List<SourceModel> sourcesList = [
SourceModel(
sourceName: "MangaHere",
url: "http://www.mangahere.cc",
lang: "en",
typeSource: TypeSource.single),
SourceModel(
sourceName: "MangaSee",
url: "https://mangasee123.com",
lang: "en",
typeSource: TypeSource.single),
SourceModel(
sourceName: "ManngaKawaii",
url: "https://www.mangakawaii.io",
lang: "fr",
typeSource: TypeSource.single),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'en',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'ar',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'pt',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'pt-br',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'it',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'ru',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'es',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'es-419',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'id',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'hi',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'de',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'ja',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'tr',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'pl',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'zh',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'zh-hk',
typeSource: TypeSource.comick),
SourceModel(
sourceName: 'Comick',
url: 'https://api.comick.fun/',
lang: 'fr',
typeSource: TypeSource.comick),
SourceModel(
sourceName: "KomikLab",
url: "https://komiklab.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "AnimatedGlitchedScans",
url: "https://anigliscans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "ArenaScans",
url: "https://arenascans.net",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "AzureScans",
url: "https://azuremanga.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Boosei",
url: "https://boosei.net",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Clayrer",
url: "https://clayrer.net",
lang: "es",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "CosmicScans",
url: "https://cosmicscans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "DiskusScan",
url: "https://diskusscan.com",
lang: "pt-BR",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "DuniaKomik",
url: "https://duniakomik.id",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "FlameScans",
url: "https://flamescans.fr",
lang: "fr",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "GremoryMangas",
url: "https://gremorymangas.com",
lang: "es",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "InfernalVoidScans",
url: "https://void-scans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Kiryuu",
url: "https://kiryuu.id",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "KomikIndo",
url: "https://komikindo.co",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "KomikMama",
url: "https://komikmama.co",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Komiku",
url: "https://komiku.com",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "KumaScans (Kuma Translation)",
url: "https://kumascans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MangaKita",
url: "https://mangakita.net",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MangaTale",
url: "https://mangatale.co",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MangaYaro",
url: "https://mangayaro.net",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MangKomik",
url: "https://mangkomik.net",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MangásChan",
url: "https://mangaschan.com",
lang: "pt-BR",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "ManhwaFreak",
url: "https://manhwafreak.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "ManhwaList",
url: "https://manhwalist.in",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "MasterKomik",
url: "https://masterkomik.com",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Nekomik",
url: "https://nekomik.com",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "PhantomScans",
url: "https://phantomscans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "PhoenixFansub",
url: "https://phoenixfansub.com",
lang: "es",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "PiScans",
url: "https://piscans.in",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Rawkuma",
url: "https://rawkuma.com/",
lang: "ja",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "Readkomik",
url: "https://readkomik.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "SuryaScans",
url: "https://suryascans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "SushiScan",
url: "https://sushiscan.ru",
lang: "fr",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "TsundokuTraduções",
url: "https://tsundoku.com.br",
lang: "pt-BR",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "TukangKomik",
url: "https://tukangkomik.id",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "WestManga",
url: "https://westmanga.info",
lang: "id",
typeSource: TypeSource.mangathemesia),
SourceModel(
sourceName: "xCaliBRScans",
url: "https://xcalibrscans.com",
lang: "en",
typeSource: TypeSource.mangathemesia),
];
// List<SourceModel> sourcesList = [
// SourceModel(Source("MangaHere", "http://www.mangahere.cc", "en", TypeSource.single)),
// SourceModel(Source("MangaSee", "https://mangasee123.com", "en", typeSource:TypeSource.single)),
// SourceModel(Source(
// "ManngaKawaii", "https://www.mangakawaii.io", "fr", typeSource:TypeSource.single)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'en', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'ar', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'pt', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'pt-br', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'it', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'ru', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'es', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'es-419', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'id', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'hi', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'de', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'ja', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'tr', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'pl', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'zh', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'zh-hk', TypeSource.comick)),
// SourceModel(Source('Comick', 'https://api.comick.fun/', 'fr', TypeSource.comick)),
// SourceModel(Source(
// "KomikLab", "https://komiklab.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source("AnimatedGlitchedScans", "https://anigliscans.com", "en",
// TypeSource.mangathemesia)),
// SourceModel(Source(
// "ArenaScans", "https://arenascans.net", "en", TypeSource.mangathemesia)),
// SourceModel(Source(
// "AzureScans", "https://azuremanga.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source("Boosei", "https://boosei.net", "id", TypeSource.mangathemesia)),
// SourceModel(Source("Clayrer", "https://clayrer.net", "es", TypeSource.mangathemesia)),
// SourceModel(Source(
// "CosmicScans", "https://cosmicscans.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source("DiskusScan", "https://diskusscan.com", "pt-BR",
// TypeSource.mangathemesia)),
// SourceModel(Source(
// "DuniaKomik", "https://duniakomik.id", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "FlameScans", "https://flamescans.fr", "fr", TypeSource.mangathemesia)),
// SourceModel(Source("GremoryMangas", "https://gremorymangas.com", "es",
// TypeSource.mangathemesia)),
// SourceModel(Source("InfernalVoidScans", "https://void-scans.com", "en",
// TypeSource.mangathemesia)),
// SourceModel(Source("Kiryuu", "https://kiryuu.id", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "KomikIndo", "https://komikindo.co", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "KomikMama", "https://komikmama.co", "id", TypeSource.mangathemesia)),
// SourceModel(Source("Komiku", "https://komiku.com", "id", TypeSource.mangathemesia)),
// SourceModel(Source("KumaScans (Kuma Translation)", "https://kumascans.com", "en",
// TypeSource.mangathemesia)),
// SourceModel(Source(
// "MangaKita", "https://mangakita.net", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "MangaTale", "https://mangatale.co", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "MangaYaro", "https://mangayaro.net", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "MangKomik", "https://mangkomik.net", "id", TypeSource.mangathemesia)),
// SourceModel(Source("MangásChan", "https://mangaschan.com", "pt-BR",
// TypeSource.mangathemesia)),
// SourceModel(Source(
// "ManhwaFreak", "https://manhwafreak.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source(
// "ManhwaList", "https://manhwalist.in", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "MasterKomik", "https://masterkomik.com", "id", TypeSource.mangathemesia)),
// SourceModel(Source("Nekomik", "https://nekomik.com", "id", TypeSource.mangathemesia)),
// SourceModel(Source("PhantomScans", "https://phantomscans.com", "en",
// TypeSource.mangathemesia)),
// SourceModel(Source("PhoenixFansub", "https://phoenixfansub.com", "es",
// TypeSource.mangathemesia)),
// SourceModel(Source("PiScans", "https://piscans.in", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "Rawkuma", "https://rawkuma.com/", "ja", TypeSource.mangathemesia)),
// SourceModel(Source(
// "Readkomik", "https://readkomik.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source(
// "SuryaScans", "https://suryascans.com", "en", TypeSource.mangathemesia)),
// SourceModel(Source(
// "SushiScan", "https://sushiscan.ru", "fr", TypeSource.mangathemesia)),
// SourceModel(Source("TsundokuTraduções", "https://tsundoku.com.br", "pt-BR",
// TypeSource.mangathemesia)),
// SourceModel(Source(
// "TukangKomik", "https://tukangkomik.id", "id", TypeSource.mangathemesia)),
// SourceModel(Source(
// "WestManga", "https://westmanga.info", "id", TypeSource.mangathemesia)),
// SourceModel(Source("xCaliBRScans", "https://xcalibrscans.com", "en",
// TypeSource.mangathemesia)),
// ];