mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-16 11:50:30 +00:00
dart format
This commit is contained in:
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get adumangaSource => _adumangaSource;
|
||||
Source _adumangaSource = Source(
|
||||
name: "Adu Manga",
|
||||
baseUrl: "https://www.mangacim.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/adumanga/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Adu Manga",
|
||||
baseUrl: "https://www.mangacim.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/adumanga/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get afroditscansSource => _afroditscansSource;
|
||||
Source _afroditscansSource = Source(
|
||||
name: "Afrodit Scans",
|
||||
baseUrl: "https://afroditscans.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/afroditscans/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Afrodit Scans",
|
||||
baseUrl: "https://afroditscans.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/afroditscans/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get areamangaSource => _areamangaSource;
|
||||
Source _areamangaSource = Source(
|
||||
name: "أريا مانجا",
|
||||
baseUrl: "https://www.areascans.net",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areamanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "أريا مانجا",
|
||||
baseUrl: "https://www.areascans.net",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areamanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get areascansSource => _areascansSource;
|
||||
Source _areascansSource = Source(
|
||||
name: "Area Scans",
|
||||
baseUrl: "https://ar.areascans.org",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areascans/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Area Scans",
|
||||
baseUrl: "https://ar.areascans.org",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/areascans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get aresnovSource => _aresnovSource;
|
||||
Source _aresnovSource = Source(
|
||||
name: "SCARManga",
|
||||
baseUrl: "https://scarmanga.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/aresnov/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "SCARManga",
|
||||
baseUrl: "https://scarmanga.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/aresnov/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get athenamangaSource => _athenamangaSource;
|
||||
Source _athenamangaSource = Source(
|
||||
name: "Athena Manga",
|
||||
baseUrl: "https://athenamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/athenamanga/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Athena Manga",
|
||||
baseUrl: "https://athenamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/athenamanga/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get berserkerscanSource => _berserkerscanSource;
|
||||
Source _berserkerscanSource = Source(
|
||||
name: "Berserker Scan",
|
||||
baseUrl: "https://ragnascan.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/berserkerscan/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Berserker Scan",
|
||||
baseUrl: "https://ragnascan.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/berserkerscan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get carteldemanhwasSource => _carteldemanhwasSource;
|
||||
Source _carteldemanhwasSource = Source(
|
||||
name: "Cartel de Manhwas",
|
||||
baseUrl: "https://carteldemanhwas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/carteldemanhwas/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Cartel de Manhwas",
|
||||
baseUrl: "https://carteldemanhwas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/carteldemanhwas/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get comicasoSource => _comicasoSource;
|
||||
Source _comicasoSource = Source(
|
||||
name: "Comicaso",
|
||||
baseUrl: "https://comicaso.com",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/comicaso/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Comicaso",
|
||||
baseUrl: "https://comicaso.com",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/comicaso/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get crowscansSource => _crowscansSource;
|
||||
Source _crowscansSource = Source(
|
||||
name: "Crow Scans",
|
||||
baseUrl: "https://crowscans.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/crowscans/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Crow Scans",
|
||||
baseUrl: "https://crowscans.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/crowscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get diskusscanSource => _diskusscanSource;
|
||||
Source _diskusscanSource = Source(
|
||||
name: "Diskus Scan",
|
||||
baseUrl: "https://diskusscan.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/diskusscan/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Diskus Scan",
|
||||
baseUrl: "https://diskusscan.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/diskusscan/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get dtupscanSource => _dtupscanSource;
|
||||
Source _dtupscanSource = Source(
|
||||
name: "De Todo Un Poco Scan",
|
||||
baseUrl: "https://dtupscan.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/dtupscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "De Todo Un Poco Scan",
|
||||
baseUrl: "https://dtupscan.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/dtupscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get flamescansfrSource => _flamescansfrSource;
|
||||
Source _flamescansfrSource = Source(
|
||||
name: "Legacy Scans",
|
||||
baseUrl: "https://legacy-scans.com",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/flamescansfr/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "Legacy Scans",
|
||||
baseUrl: "https://legacy-scans.com",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/flamescansfr/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get gaiatoonSource => _gaiatoonSource;
|
||||
Source _gaiatoonSource = Source(
|
||||
name: "Gaiatoon",
|
||||
baseUrl: "https://gaiatoon.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/gaiatoon/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Gaiatoon",
|
||||
baseUrl: "https://gaiatoon.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/gaiatoon/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get gremorymangasSource => _gremorymangasSource;
|
||||
Source _gremorymangasSource = Source(
|
||||
name: "Gremory Mangas",
|
||||
baseUrl: "https://gremorymangas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/gremorymangas/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Gremory Mangas",
|
||||
baseUrl: "https://gremorymangas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/gremorymangas/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get iimangaSource => _iimangaSource;
|
||||
Source _iimangaSource = Source(
|
||||
name: "ARESManga",
|
||||
baseUrl: "https://fl-ares.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/iimanga/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "ARESManga",
|
||||
baseUrl: "https://fl-ares.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/iimanga/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,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"
|
||||
);
|
||||
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",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get kiryuuSource => _kiryuuSource;
|
||||
Source _kiryuuSource = Source(
|
||||
name: "Kiryuu",
|
||||
baseUrl: "https://kiryuu.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/kiryuu/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Kiryuu",
|
||||
baseUrl: "https://kiryuu.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/kiryuu/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikavSource => _komikavSource;
|
||||
Source _komikavSource = Source(
|
||||
name: "APKOMIK",
|
||||
baseUrl: "https://apkomik.cc",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikav/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "APKOMIK",
|
||||
baseUrl: "https://apkomik.cc",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikav/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikindocoSource => _komikindocoSource;
|
||||
Source _komikindocoSource = Source(
|
||||
name: "KomikIndo.co",
|
||||
baseUrl: "https://komikindo.co",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikindoco/icon.png",
|
||||
dateFormat:"MMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "KomikIndo.co",
|
||||
baseUrl: "https://komikindo.co",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komikindoco/icon.png",
|
||||
dateFormat: "MMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -3,12 +3,13 @@ import '../../../../../../model/source.dart';
|
||||
Source get komiklabSource => _komiklabSource;
|
||||
|
||||
Source _komiklabSource = Source(
|
||||
id: 932554594,
|
||||
name: "KomikLab Scans",
|
||||
baseUrl: "https://komiklab.com",
|
||||
lang: "en",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komiklab/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us");
|
||||
id: 932554594,
|
||||
name: "KomikLab Scans",
|
||||
baseUrl: "https://komiklab.com",
|
||||
lang: "en",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/komiklab/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get majorscansSource => _majorscansSource;
|
||||
Source _majorscansSource = Source(
|
||||
name: "MajorScans",
|
||||
baseUrl: "https://www.majorscans.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/majorscans/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "MajorScans",
|
||||
baseUrl: "https://www.majorscans.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/majorscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaefendisiSource => _mangaefendisiSource;
|
||||
Source _mangaefendisiSource = Source(
|
||||
name: "Manga Efendisi",
|
||||
baseUrl: "https://mangaefendisi.net",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaefendisi/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Manga Efendisi",
|
||||
baseUrl: "https://mangaefendisi.net",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaefendisi/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaflameSource => _mangaflameSource;
|
||||
Source _mangaflameSource = Source(
|
||||
name: "Manga Flame",
|
||||
baseUrl: "https://mangaflame.org",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaflame/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Manga Flame",
|
||||
baseUrl: "https://mangaflame.org",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaflame/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakingsSource => _mangakingsSource;
|
||||
Source _mangakingsSource = Source(
|
||||
name: "Manga Kings",
|
||||
baseUrl: "https://mangakings.com.tr",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakings/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Manga Kings",
|
||||
baseUrl: "https://mangakings.com.tr",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakings/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakyoSource => _mangakyoSource;
|
||||
Source _mangakyoSource = Source(
|
||||
name: "Mangakyo",
|
||||
baseUrl: "https://mangakyo.vip",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakyo/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Mangakyo",
|
||||
baseUrl: "https://mangakyo.vip",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangakyo/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangamoonSource => _mangamoonSource;
|
||||
Source _mangamoonSource = Source(
|
||||
name: "Manga-Moon",
|
||||
baseUrl: "https://manga-moons.net",
|
||||
lang: "th",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangamoon/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"th"
|
||||
);
|
||||
name: "Manga-Moon",
|
||||
baseUrl: "https://manga-moons.net",
|
||||
lang: "th",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangamoon/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "th",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get manganoonSource => _manganoonSource;
|
||||
Source _manganoonSource = Source(
|
||||
name: "مانجا نون",
|
||||
baseUrl: "https://manjanoon.org",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manganoon/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "مانجا نون",
|
||||
baseUrl: "https://manjanoon.org",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/manganoon/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaproSource => _mangaproSource;
|
||||
Source _mangaproSource = Source(
|
||||
name: "Manga Pro",
|
||||
baseUrl: "https://mangapro.club",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangapro/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Manga Pro",
|
||||
baseUrl: "https://mangapro.club",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangapro/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaschanSource => _mangaschanSource;
|
||||
Source _mangaschanSource = Source(
|
||||
name: "Mangás Chan",
|
||||
baseUrl: "https://mangaschan.net",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaschan/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Mangás Chan",
|
||||
baseUrl: "https://mangaschan.net",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaschan/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasonlineSource => _mangasonlineSource;
|
||||
Source _mangasonlineSource = Source(
|
||||
name: "Mangás Online",
|
||||
baseUrl: "https://mangasonline.cc",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasonline/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Mangás Online",
|
||||
baseUrl: "https://mangasonline.cc",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasonline/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasscansSource => _mangasscansSource;
|
||||
Source _mangasscansSource = Source(
|
||||
name: "Mangas Scans",
|
||||
baseUrl: "https://mangas-scans.com",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasscans/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "Mangas Scans",
|
||||
baseUrl: "https://mangas-scans.com",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangasscans/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaswatSource => _mangaswatSource;
|
||||
Source _mangaswatSource = Source(
|
||||
name: "MangaSwat",
|
||||
baseUrl: "https://normoyun.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaswat/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "MangaSwat",
|
||||
baseUrl: "https://normoyun.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangaswat/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatakSource => _mangatakSource;
|
||||
Source _mangatakSource = Source(
|
||||
name: "MangaTak",
|
||||
baseUrl: "https://mangatak.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatak/icon.png",
|
||||
dateFormat:"MMMM DD, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "MangaTak",
|
||||
baseUrl: "https://mangatak.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatak/icon.png",
|
||||
dateFormat: "MMMM DD, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangayuSource => _mangayuSource;
|
||||
Source _mangayuSource = Source(
|
||||
name: "MangaYu",
|
||||
baseUrl: "https://mangayu.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangayu/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "MangaYu",
|
||||
baseUrl: "https://mangayu.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangayu/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangkomikSource => _mangkomikSource;
|
||||
Source _mangkomikSource = Source(
|
||||
name: "Siren Komik",
|
||||
baseUrl: "https://sirenkomik.my.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangkomik/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Siren Komik",
|
||||
baseUrl: "https://sirenkomik.my.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangkomik/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get masterkomikSource => _masterkomikSource;
|
||||
Source _masterkomikSource = Source(
|
||||
name: "Tenshi.id",
|
||||
baseUrl: "https://tenshi.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/masterkomik/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id-id"
|
||||
);
|
||||
name: "Tenshi.id",
|
||||
baseUrl: "https://tenshi.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/masterkomik/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id-id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get merlinshoujoSource => _merlinshoujoSource;
|
||||
Source _merlinshoujoSource = Source(
|
||||
name: "Merlin Shoujo",
|
||||
baseUrl: "https://merlinshoujo.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/merlinshoujo/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Merlin Shoujo",
|
||||
baseUrl: "https://merlinshoujo.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/merlinshoujo/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get miauscanSource => _miauscanSource;
|
||||
Source _miauscanSource = Source(
|
||||
name: "Miau Scan",
|
||||
baseUrl: "https://lectormiau.com",
|
||||
lang: "all",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/miauscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Miau Scan",
|
||||
baseUrl: "https://lectormiau.com",
|
||||
lang: "all",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/miauscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get natsuSource => _natsuSource;
|
||||
Source _natsuSource = Source(
|
||||
name: "Natsu",
|
||||
baseUrl: "https://natsu.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/natsu/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Natsu",
|
||||
baseUrl: "https://natsu.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/natsu/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get nirvanamangaSource => _nirvanamangaSource;
|
||||
Source _nirvanamangaSource = Source(
|
||||
name: "Nirvana Manga",
|
||||
baseUrl: "https://nirvanamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/nirvanamanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Nirvana Manga",
|
||||
baseUrl: "https://nirvanamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/nirvanamanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get patimangaSource => _patimangaSource;
|
||||
Source _patimangaSource = Source(
|
||||
name: "Pati Manga",
|
||||
baseUrl: "https://www.patimanga.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/patimanga/icon.png",
|
||||
dateFormat:"MMMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Pati Manga",
|
||||
baseUrl: "https://www.patimanga.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/patimanga/icon.png",
|
||||
dateFormat: "MMMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get potatomangaSource => _potatomangaSource;
|
||||
Source _potatomangaSource = Source(
|
||||
name: "PotatoManga",
|
||||
baseUrl: "https://ar.potatomanga.xyz",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/potatomanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "PotatoManga",
|
||||
baseUrl: "https://ar.potatomanga.xyz",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/potatomanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get raikiscanSource => _raikiscanSource;
|
||||
|
||||
Source _raikiscanSource = Source(
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raikiscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get raikiscanSource => _raikiscanSource;
|
||||
|
||||
Source _raikiscanSource = Source(
|
||||
name: "Raiki Scan",
|
||||
baseUrl: "https://raikiscan.com",
|
||||
lang: "es",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raikiscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get raindropfansubSource => _raindropfansubSource;
|
||||
Source _raindropfansubSource = Source(
|
||||
name: "Raindrop Fansub",
|
||||
baseUrl: "https://www.raindropteamfan.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raindropfansub/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Raindrop Fansub",
|
||||
baseUrl: "https://www.raindropteamfan.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/raindropfansub/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get rimuscansSource => _rimuscansSource;
|
||||
Source _rimuscansSource = Source(
|
||||
name: "Rimu Scans",
|
||||
baseUrl: "https://rimuscans.fr",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rimuscans/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "Rimu Scans",
|
||||
baseUrl: "https://rimuscans.fr",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rimuscans/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get rizzcomicSource => _rizzcomicSource;
|
||||
Source _rizzcomicSource = Source(
|
||||
name: "Rizz Comic",
|
||||
baseUrl: "https://rizzfables.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rizzcomic/icon.png",
|
||||
dateFormat:"dd MMM yyyy",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "Rizz Comic",
|
||||
baseUrl: "https://rizzfables.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/rizzcomic/icon.png",
|
||||
dateFormat: "dd MMM yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get ryujinmangaSource => _ryujinmangaSource;
|
||||
Source _ryujinmangaSource = Source(
|
||||
name: "RyujinManga",
|
||||
baseUrl: "https://ryujinmanga.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ryujinmanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "RyujinManga",
|
||||
baseUrl: "https://ryujinmanga.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/ryujinmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get senpaiedicionesSource => _senpaiedicionesSource;
|
||||
Source _senpaiedicionesSource = Source(
|
||||
name: "Senpai Ediciones",
|
||||
baseUrl: "https://senpaiediciones.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/senpaiediciones/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Senpai Ediciones",
|
||||
baseUrl: "https://senpaiediciones.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/senpaiediciones/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get sereinscanSource => _sereinscanSource;
|
||||
Source _sereinscanSource = Source(
|
||||
name: "Serein Scan",
|
||||
baseUrl: "https://sereinscan.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sereinscan/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Serein Scan",
|
||||
baseUrl: "https://sereinscan.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sereinscan/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get sheamangaSource => _sheamangaSource;
|
||||
Source _sheamangaSource = Source(
|
||||
name: "Shea Manga",
|
||||
baseUrl: "https://sheakomik.com",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sheamanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Shea Manga",
|
||||
baseUrl: "https://sheakomik.com",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sheamanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get shijiescansSource => _shijiescansSource;
|
||||
Source _shijiescansSource = Source(
|
||||
name: "Shijie Scans",
|
||||
baseUrl: "https://shijiescans.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/shijiescans/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Shijie Scans",
|
||||
baseUrl: "https://shijiescans.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/shijiescans/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get shirakamiSource => _shirakamiSource;
|
||||
Source _shirakamiSource = Source(
|
||||
name: "Shirakami",
|
||||
baseUrl: "https://shirakami.xyz",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/shirakami/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Shirakami",
|
||||
baseUrl: "https://shirakami.xyz",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/shirakami/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get skymangasSource => _skymangasSource;
|
||||
Source _skymangasSource = Source(
|
||||
name: "SkyMangas",
|
||||
baseUrl: "https://skymangas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/skymangas/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "SkyMangas",
|
||||
baseUrl: "https://skymangas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/skymangas/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get sssscanlatorSource => _sssscanlatorSource;
|
||||
Source _sssscanlatorSource = Source(
|
||||
name: "SSSScanlator",
|
||||
baseUrl: "https://sssscanlator.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sssscanlator/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "SSSScanlator",
|
||||
baseUrl: "https://sssscanlator.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/sssscanlator/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get stellarsaberSource => _stellarsaberSource;
|
||||
Source _stellarsaberSource = Source(
|
||||
name: "StellarSaber",
|
||||
baseUrl: "https://stellarsaber.pro",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/stellarsaber/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "StellarSaber",
|
||||
baseUrl: "https://stellarsaber.pro",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/stellarsaber/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get summertoonSource => _summertoonSource;
|
||||
Source _summertoonSource = Source(
|
||||
name: "SummerToon",
|
||||
baseUrl: "https://summertoon.me",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/summertoon/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "SummerToon",
|
||||
baseUrl: "https://summertoon.me",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/summertoon/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get tarotscansSource => _tarotscansSource;
|
||||
|
||||
Source _tarotscansSource = Source(
|
||||
name: "Tarot Scans",
|
||||
baseUrl: "https://www.tarotscans.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tarotscans/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get tarotscansSource => _tarotscansSource;
|
||||
|
||||
Source _tarotscansSource = Source(
|
||||
name: "Tarot Scans",
|
||||
baseUrl: "https://www.tarotscans.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tarotscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get thunderscansSource => _thunderscansSource;
|
||||
Source _thunderscansSource = Source(
|
||||
name: "Thunder Scans",
|
||||
baseUrl: "https://ar-thunderepic.com",
|
||||
lang: "all",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/thunderscans/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Thunder Scans",
|
||||
baseUrl: "https://ar-thunderepic.com",
|
||||
lang: "all",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/thunderscans/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get tsundokutraducoesSource => _tsundokutraducoesSource;
|
||||
Source _tsundokutraducoesSource = Source(
|
||||
name: "Tsundoku Traduções",
|
||||
baseUrl: "https://tsundoku.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tsundokutraducoes/icon.png",
|
||||
dateFormat:"MMMMM d, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Tsundoku Traduções",
|
||||
baseUrl: "https://tsundoku.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tsundokutraducoes/icon.png",
|
||||
dateFormat: "MMMMM d, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get tukangkomikSource => _tukangkomikSource;
|
||||
|
||||
Source _tukangkomikSource = Source(
|
||||
name: "TukangKomik",
|
||||
baseUrl: "https://tukangkomik.id",
|
||||
lang: "id",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tukangkomik/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get tukangkomikSource => _tukangkomikSource;
|
||||
|
||||
Source _tukangkomikSource = Source(
|
||||
name: "TukangKomik",
|
||||
baseUrl: "https://tukangkomik.id",
|
||||
lang: "id",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/tukangkomik/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get turktoonSource => _turktoonSource;
|
||||
|
||||
Source _turktoonSource = Source(
|
||||
name: "TurkToon",
|
||||
baseUrl: "https://turktoon.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/turktoon/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get turktoonSource => _turktoonSource;
|
||||
|
||||
Source _turktoonSource = Source(
|
||||
name: "TurkToon",
|
||||
baseUrl: "https://turktoon.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/turktoon/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,13 +1,14 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get uzaymangaSource => _uzaymangaSource;
|
||||
|
||||
Source _uzaymangaSource = Source(
|
||||
name: "Uzay Manga",
|
||||
baseUrl: "https://uzaymanga.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/uzaymanga/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get uzaymangaSource => _uzaymangaSource;
|
||||
|
||||
Source _uzaymangaSource = Source(
|
||||
name: "Uzay Manga",
|
||||
baseUrl: "https://uzaymanga.com",
|
||||
lang: "tr",
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/uzaymanga/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get vfscanSource => _vfscanSource;
|
||||
Source _vfscanSource = Source(
|
||||
name: "VF Scan",
|
||||
baseUrl: "https://www.vfscan.cc",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/vfscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "VF Scan",
|
||||
baseUrl: "https://www.vfscan.cc",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/vfscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get walpurgisscanSource => _walpurgisscanSource;
|
||||
Source _walpurgisscanSource = Source(
|
||||
name: "Walpurgi Scan",
|
||||
baseUrl: "https://www.walpurgiscan.it",
|
||||
lang: "it",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/walpurgisscan/icon.png",
|
||||
dateFormat:"MMM d, yyyy",
|
||||
dateFormatLocale:"it"
|
||||
);
|
||||
name: "Walpurgi Scan",
|
||||
baseUrl: "https://www.walpurgiscan.it",
|
||||
lang: "it",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/walpurgisscan/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "it",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get zenithscansSource => _zenithscansSource;
|
||||
Source _zenithscansSource = Source(
|
||||
name: "Zenith Scans",
|
||||
baseUrl: "https://zenithscans.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/zenithscans/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Zenith Scans",
|
||||
baseUrl: "https://zenithscans.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "mangareader",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/zenithscans/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user