mirror of
https://github.com/kodjodevf/mangayomi-extensions.git
synced 2026-02-15 19:30:29 +00:00
dart format
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get akumanotenshiSource => _akumanotenshiSource;
|
||||
|
||||
Source _akumanotenshiSource = Source(
|
||||
name: "Akuma no Tenshi",
|
||||
baseUrl: "https://akumanotenshi.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/akumanotenshi/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get akumanotenshiSource => _akumanotenshiSource;
|
||||
|
||||
Source _akumanotenshiSource = Source(
|
||||
name: "Akuma no Tenshi",
|
||||
baseUrl: "https://akumanotenshi.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/akumanotenshi/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get alonescanlatorSource => _alonescanlatorSource;
|
||||
Source _alonescanlatorSource = Source(
|
||||
name: "Alone Scanlator",
|
||||
baseUrl: "https://alonescanlator.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/alonescanlator/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Alone Scanlator",
|
||||
baseUrl: "https://alonescanlator.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/alonescanlator/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get anikigaSource => _anikigaSource;
|
||||
|
||||
Source _anikigaSource = Source(
|
||||
name: "Anikiga",
|
||||
baseUrl: "https://anikiga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/anikiga/icon.png",
|
||||
dateFormat:"d MMMMM yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get anikigaSource => _anikigaSource;
|
||||
|
||||
Source _anikigaSource = Source(
|
||||
name: "Anikiga",
|
||||
baseUrl: "https://anikiga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/anikiga/icon.png",
|
||||
dateFormat: "d MMMMM yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get araznovelSource => _araznovelSource;
|
||||
|
||||
Source _araznovelSource = Source(
|
||||
name: "ArazNovel",
|
||||
baseUrl: "https://www.araznovel.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/araznovel/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"en",
|
||||
);
|
||||
Source get araznovelSource => _araznovelSource;
|
||||
|
||||
Source _araznovelSource = Source(
|
||||
name: "ArazNovel",
|
||||
baseUrl: "https://www.araznovel.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/araznovel/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get arthurscanSource => _arthurscanSource;
|
||||
|
||||
Source _arthurscanSource = Source(
|
||||
name: "Arthur Scan",
|
||||
baseUrl: "https://arthurscan.xyz",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/arthurscan/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get arthurscanSource => _arthurscanSource;
|
||||
|
||||
Source _arthurscanSource = Source(
|
||||
name: "Arthur Scan",
|
||||
baseUrl: "https://arthurscan.xyz",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/arthurscan/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get astralmangaSource => _astralmangaSource;
|
||||
|
||||
Source _astralmangaSource = Source(
|
||||
name: "AstralManga",
|
||||
baseUrl: "https://astral-manga.fr",
|
||||
lang: "fr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/astralmanga/icon.png",
|
||||
dateFormat:"dd/mm/yyyy",
|
||||
dateFormatLocale:"fr",
|
||||
);
|
||||
Source get astralmangaSource => _astralmangaSource;
|
||||
|
||||
Source _astralmangaSource = Source(
|
||||
name: "AstralManga",
|
||||
baseUrl: "https://astral-manga.fr",
|
||||
lang: "fr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/astralmanga/icon.png",
|
||||
dateFormat: "dd/mm/yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get asurascansusSource => _asurascansusSource;
|
||||
|
||||
Source _asurascansusSource = Source(
|
||||
name: "Asura Scans.us (unoriginal)",
|
||||
baseUrl: "https://asurascans.us",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/asurascansus/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get asurascansusSource => _asurascansusSource;
|
||||
|
||||
Source _asurascansusSource = Source(
|
||||
name: "Asura Scans.us (unoriginal)",
|
||||
baseUrl: "https://asurascans.us",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/asurascansus/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get atikrostSource => _atikrostSource;
|
||||
Source _atikrostSource = Source(
|
||||
name: "Atikrost",
|
||||
baseUrl: "https://www.atikrost.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/atikrost/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Atikrost",
|
||||
baseUrl: "https://www.atikrost.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/atikrost/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get barmangaSource => _barmangaSource;
|
||||
|
||||
Source _barmangaSource = Source(
|
||||
name: "BarManga",
|
||||
baseUrl: "https://barmanga.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/barmanga/icon.png",
|
||||
dateFormat:"MM/dd/yyyy",
|
||||
dateFormatLocale:"es",
|
||||
);
|
||||
Source get barmangaSource => _barmangaSource;
|
||||
|
||||
Source _barmangaSource = Source(
|
||||
name: "BarManga",
|
||||
baseUrl: "https://barmanga.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/barmanga/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get bestmangaSource => _bestmangaSource;
|
||||
|
||||
Source _bestmangaSource = Source(
|
||||
name: "BestManga",
|
||||
baseUrl: "https://bestmanga.club",
|
||||
lang: "ru",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/bestmanga/icon.png",
|
||||
dateFormat:"dd.MM.yyyy",
|
||||
dateFormatLocale:"ru",
|
||||
);
|
||||
Source get bestmangaSource => _bestmangaSource;
|
||||
|
||||
Source _bestmangaSource = Source(
|
||||
name: "BestManga",
|
||||
baseUrl: "https://bestmanga.club",
|
||||
lang: "ru",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/bestmanga/icon.png",
|
||||
dateFormat: "dd.MM.yyyy",
|
||||
dateFormatLocale: "ru",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get bokugentranslationSource => _bokugentranslationSource;
|
||||
Source _bokugentranslationSource = Source(
|
||||
name: "BokugenTranslation",
|
||||
baseUrl: "https://bokugents.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/bokugentranslation/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "BokugenTranslation",
|
||||
baseUrl: "https://bokugents.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/bokugentranslation/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get borutoexplorerSource => _borutoexplorerSource;
|
||||
Source _borutoexplorerSource = Source(
|
||||
name: "Boruto Explorer",
|
||||
baseUrl: "https://leitor.borutoexplorer.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/borutoexplorer/icon.png",
|
||||
dateFormat:"dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Boruto Explorer",
|
||||
baseUrl: "https://leitor.borutoexplorer.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/borutoexplorer/icon.png",
|
||||
dateFormat: "dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get chibimangaSource => _chibimangaSource;
|
||||
|
||||
Source _chibimangaSource = Source(
|
||||
name: "Chibi Manga",
|
||||
baseUrl: "https://www.cmreader.info",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/chibimanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get chibimangaSource => _chibimangaSource;
|
||||
|
||||
Source _chibimangaSource = Source(
|
||||
name: "Chibi Manga",
|
||||
baseUrl: "https://www.cmreader.info",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/chibimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get clovermangaSource => _clovermangaSource;
|
||||
|
||||
Source _clovermangaSource = Source(
|
||||
name: "Clover Manga",
|
||||
baseUrl: "https://clover-manga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/clovermanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get clovermangaSource => _clovermangaSource;
|
||||
|
||||
Source _clovermangaSource = Source(
|
||||
name: "Clover Manga",
|
||||
baseUrl: "https://clover-manga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/clovermanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get cocoripSource => _cocoripSource;
|
||||
|
||||
Source _cocoripSource = Source(
|
||||
name: "Coco Rip",
|
||||
baseUrl: "https://cocorip.net",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/cocorip/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"es",
|
||||
);
|
||||
Source get cocoripSource => _cocoripSource;
|
||||
|
||||
Source _cocoripSource = Source(
|
||||
name: "Coco Rip",
|
||||
baseUrl: "https://cocorip.net",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/cocorip/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get coffeemangaSource => _coffeemangaSource;
|
||||
|
||||
Source _coffeemangaSource = Source(
|
||||
name: "Coffee Manga",
|
||||
baseUrl: "https://coffeemanga.io",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/coffeemanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get coffeemangaSource => _coffeemangaSource;
|
||||
|
||||
Source _coffeemangaSource = Source(
|
||||
name: "Coffee Manga",
|
||||
baseUrl: "https://coffeemanga.io",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/coffeemanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get crystalcomicsSource => _crystalcomicsSource;
|
||||
Source _crystalcomicsSource = Source(
|
||||
name: "Crystal Comics",
|
||||
baseUrl: "https://crystalcomics.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/crystalcomics/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Crystal Comics",
|
||||
baseUrl: "https://crystalcomics.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/crystalcomics/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get daprobSource => _daprobSource;
|
||||
Source _daprobSource = Source(
|
||||
name: "DapRob",
|
||||
baseUrl: "https://daprob.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/daprob/icon.png",
|
||||
dateFormat:"dd/MM/yyy",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "DapRob",
|
||||
baseUrl: "https://daprob.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/daprob/icon.png",
|
||||
dateFormat: "dd/MM/yyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get demanhuasSource => _demanhuasSource;
|
||||
Source _demanhuasSource = Source(
|
||||
name: "DeManhuas",
|
||||
baseUrl: "https://demanhuas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/demanhuas/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "DeManhuas",
|
||||
baseUrl: "https://demanhuas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/demanhuas/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get diamondfansubSource => _diamondfansubSource;
|
||||
Source _diamondfansubSource = Source(
|
||||
name: "DiamondFansub",
|
||||
baseUrl: "https://diamondfansub.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/diamondfansub/icon.png",
|
||||
dateFormat:"d MMMM",
|
||||
dateFormatLocale:"tr-tr"
|
||||
);
|
||||
name: "DiamondFansub",
|
||||
baseUrl: "https://diamondfansub.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/diamondfansub/icon.png",
|
||||
dateFormat: "d MMMM",
|
||||
dateFormatLocale: "tr-tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get doodmangaSource => _doodmangaSource;
|
||||
|
||||
Source _doodmangaSource = Source(
|
||||
name: "Doodmanga",
|
||||
baseUrl: "https://www.doodmanga.com",
|
||||
lang: "th",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/doodmanga/icon.png",
|
||||
dateFormat:"dd MMMMM yyyy",
|
||||
dateFormatLocale:"th",
|
||||
);
|
||||
Source get doodmangaSource => _doodmangaSource;
|
||||
|
||||
Source _doodmangaSource = Source(
|
||||
name: "Doodmanga",
|
||||
baseUrl: "https://www.doodmanga.com",
|
||||
lang: "th",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/doodmanga/icon.png",
|
||||
dateFormat: "dd MMMMM yyyy",
|
||||
dateFormatLocale: "th",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get dragonteaSource => _dragonteaSource;
|
||||
Source _dragonteaSource = Source(
|
||||
name: "DragonTea",
|
||||
baseUrl: "https://dragontea.ink",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/dragontea/icon.png",
|
||||
dateFormat:"MM/dd/yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "DragonTea",
|
||||
baseUrl: "https://dragontea.ink",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/dragontea/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get elitemangaSource => _elitemangaSource;
|
||||
|
||||
Source _elitemangaSource = Source(
|
||||
name: "Elite Manga",
|
||||
baseUrl: "https://www.elitemanga.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/elitemanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get elitemangaSource => _elitemangaSource;
|
||||
|
||||
Source _elitemangaSource = Source(
|
||||
name: "Elite Manga",
|
||||
baseUrl: "https://www.elitemanga.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/elitemanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get emperorscanSource => _emperorscanSource;
|
||||
|
||||
Source _emperorscanSource = Source(
|
||||
name: "Emperor Scan",
|
||||
baseUrl: "https://emperorscan.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/emperorscan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es",
|
||||
);
|
||||
Source get emperorscanSource => _emperorscanSource;
|
||||
|
||||
Source _emperorscanSource = Source(
|
||||
name: "Emperor Scan",
|
||||
baseUrl: "https://emperorscan.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/emperorscan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get evascansSource => _evascansSource;
|
||||
|
||||
Source _evascansSource = Source(
|
||||
name: "EvaScans",
|
||||
baseUrl: "https://evascans.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/evascans/icon.png",
|
||||
dateFormat:"MMM d, yyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get evascansSource => _evascansSource;
|
||||
|
||||
Source _evascansSource = Source(
|
||||
name: "EvaScans",
|
||||
baseUrl: "https://evascans.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/evascans/icon.png",
|
||||
dateFormat: "MMM d, yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get factmangaSource => _factmangaSource;
|
||||
|
||||
Source _factmangaSource = Source(
|
||||
name: "FactManga",
|
||||
baseUrl: "https://factmanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/factmanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get factmangaSource => _factmangaSource;
|
||||
|
||||
Source _factmangaSource = Source(
|
||||
name: "FactManga",
|
||||
baseUrl: "https://factmanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/factmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get falconmangaSource => _falconmangaSource;
|
||||
|
||||
Source _falconmangaSource = Source(
|
||||
name: "فالكون مانجا",
|
||||
baseUrl: "https://falconmanga.com",
|
||||
lang: "ar",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/falconmanga/icon.png",
|
||||
|
||||
|
||||
);
|
||||
Source get falconmangaSource => _falconmangaSource;
|
||||
|
||||
Source _falconmangaSource = Source(
|
||||
name: "فالكون مانجا",
|
||||
baseUrl: "https://falconmanga.com",
|
||||
lang: "ar",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/falconmanga/icon.png",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get fayscansSource => _fayscansSource;
|
||||
Source _fayscansSource = Source(
|
||||
name: "Fay Scans",
|
||||
baseUrl: "https://fayscans.net",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/fayscans/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Fay Scans",
|
||||
baseUrl: "https://fayscans.net",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/fayscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get firstkissdashmangaSource => _firstkissdashmangaSource;
|
||||
|
||||
Source _firstkissdashmangaSource = Source(
|
||||
name: "1st Kiss-Manga (unoriginal)",
|
||||
baseUrl: "https://1stkiss-manga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/firstkissdashmanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get firstkissdashmangaSource => _firstkissdashmangaSource;
|
||||
|
||||
Source _firstkissdashmangaSource = Source(
|
||||
name: "1st Kiss-Manga (unoriginal)",
|
||||
baseUrl: "https://1stkiss-manga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/firstkissdashmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get freemangatopSource => _freemangatopSource;
|
||||
|
||||
Source _freemangatopSource = Source(
|
||||
name: "FreeMangaTop",
|
||||
baseUrl: "https://freemangatop.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/freemangatop/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get freemangatopSource => _freemangatopSource;
|
||||
|
||||
Source _freemangatopSource = Source(
|
||||
name: "FreeMangaTop",
|
||||
baseUrl: "https://freemangatop.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/freemangatop/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get frscanSource => _frscanSource;
|
||||
|
||||
Source _frscanSource = Source(
|
||||
name: "FR-Scan",
|
||||
baseUrl: "https://fr-scan.com",
|
||||
lang: "fr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/frscan/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"fr",
|
||||
);
|
||||
Source get frscanSource => _frscanSource;
|
||||
|
||||
Source _frscanSource = Source(
|
||||
name: "FR-Scan",
|
||||
baseUrl: "https://fr-scan.com",
|
||||
lang: "fr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/frscan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get galinhasamuraiscanSource => _galinhasamuraiscanSource;
|
||||
Source _galinhasamuraiscanSource = Source(
|
||||
name: "Galinha Samurai Scan",
|
||||
baseUrl: "https://galinhasamurai.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/galinhasamuraiscan/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Galinha Samurai Scan",
|
||||
baseUrl: "https://galinhasamurai.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/galinhasamuraiscan/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get garciamangaSource => _garciamangaSource;
|
||||
Source _garciamangaSource = Source(
|
||||
name: "Garcia Manga",
|
||||
baseUrl: "https://garciamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/garciamanga/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Garcia Manga",
|
||||
baseUrl: "https://garciamanga.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/garciamanga/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get gatemangaSource => _gatemangaSource;
|
||||
Source _gatemangaSource = Source(
|
||||
name: "Gatemanga",
|
||||
baseUrl: "https://gatemanga.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gatemanga/icon.png",
|
||||
dateFormat:"d MMMM، yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Gatemanga",
|
||||
baseUrl: "https://gatemanga.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gatemanga/icon.png",
|
||||
dateFormat: "d MMMM، yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get globalblogingSource => _globalblogingSource;
|
||||
Source _globalblogingSource = Source(
|
||||
name: "Global Bloging",
|
||||
baseUrl: "https://globalbloging.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/globalbloging/icon.png",
|
||||
dateFormat:"dd MMMM yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "Global Bloging",
|
||||
baseUrl: "https://globalbloging.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/globalbloging/icon.png",
|
||||
dateFormat: "dd MMMM yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get glorymangaSource => _glorymangaSource;
|
||||
|
||||
Source _glorymangaSource = Source(
|
||||
name: "Glory Manga",
|
||||
baseUrl: "https://glorymanga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/glorymanga/icon.png",
|
||||
dateFormat:"dd/MM/yyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get glorymangaSource => _glorymangaSource;
|
||||
|
||||
Source _glorymangaSource = Source(
|
||||
name: "Glory Manga",
|
||||
baseUrl: "https://glorymanga.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/glorymanga/icon.png",
|
||||
dateFormat: "dd/MM/yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get gmangasiteSource => _gmangasiteSource;
|
||||
Source _gmangasiteSource = Source(
|
||||
name: "GMANGA (unoriginal)",
|
||||
baseUrl: "https://gmanga.site",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gmangasite/icon.png",
|
||||
dateFormat:"MMMM dd، yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "GMANGA (unoriginal)",
|
||||
baseUrl: "https://gmanga.site",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/gmangasite/icon.png",
|
||||
dateFormat: "MMMM dd، yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get grabberzoneSource => _grabberzoneSource;
|
||||
Source _grabberzoneSource = Source(
|
||||
name: "Grabber Zone",
|
||||
baseUrl: "https://grabber.zone",
|
||||
lang: "all",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/grabberzone/icon.png",
|
||||
dateFormat:"dd.MM.yyyy",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "Grabber Zone",
|
||||
baseUrl: "https://grabber.zone",
|
||||
lang: "all",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/grabberzone/icon.png",
|
||||
dateFormat: "dd.MM.yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get guncelmangaSource => _guncelmangaSource;
|
||||
Source _guncelmangaSource = Source(
|
||||
name: "GuncelManga",
|
||||
baseUrl: "https://guncelmanga.net",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/guncelmanga/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "GuncelManga",
|
||||
baseUrl: "https://guncelmanga.net",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/guncelmanga/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get harimangaSource => _harimangaSource;
|
||||
|
||||
Source _harimangaSource = Source(
|
||||
name: "Harimanga",
|
||||
baseUrl: "https://harimanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/harimanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get harimangaSource => _harimangaSource;
|
||||
|
||||
Source _harimangaSource = Source(
|
||||
name: "Harimanga",
|
||||
baseUrl: "https://harimanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/harimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get herenscanSource => _herenscanSource;
|
||||
Source _herenscanSource = Source(
|
||||
name: "HerenScan",
|
||||
baseUrl: "https://herenscan.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/herenscan/icon.png",
|
||||
dateFormat:"d 'de' MMM 'de' yyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "HerenScan",
|
||||
baseUrl: "https://herenscan.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/herenscan/icon.png",
|
||||
dateFormat: "d 'de' MMM 'de' yyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get hikariganaiSource => _hikariganaiSource;
|
||||
Source _hikariganaiSource = Source(
|
||||
name: "Hikari Ga Nai",
|
||||
baseUrl: "https://hikariganai.xyz",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/hikariganai/icon.png",
|
||||
dateFormat:"d 'de' MMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Hikari Ga Nai",
|
||||
baseUrl: "https://hikariganai.xyz",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/hikariganai/icon.png",
|
||||
dateFormat: "d 'de' MMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get housemangasSource => _housemangasSource;
|
||||
Source _housemangasSource = Source(
|
||||
name: "HouseMangas",
|
||||
baseUrl: "https://housemangas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/housemangas/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "HouseMangas",
|
||||
baseUrl: "https://housemangas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/housemangas/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get hwagoSource => _hwagoSource;
|
||||
Source _hwagoSource = Source(
|
||||
name: "Hwago",
|
||||
baseUrl: "https://hwago.org",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/hwago/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "Hwago",
|
||||
baseUrl: "https://hwago.org",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/hwago/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get immortalupdatesSource => _immortalupdatesSource;
|
||||
|
||||
Source _immortalupdatesSource = Source(
|
||||
name: "Immortal Updates",
|
||||
baseUrl: "https://immortalupdates.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/immortalupdates/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get immortalupdatesSource => _immortalupdatesSource;
|
||||
|
||||
Source _immortalupdatesSource = Source(
|
||||
name: "Immortal Updates",
|
||||
baseUrl: "https://immortalupdates.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/immortalupdates/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get imperiodabritanniaSource => _imperiodabritanniaSource;
|
||||
Source _imperiodabritanniaSource = Source(
|
||||
name: "Sagrado Império da Britannia",
|
||||
baseUrl: "https://imperiodabritannia.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/imperiodabritannia/icon.png",
|
||||
dateFormat:"dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Sagrado Império da Britannia",
|
||||
baseUrl: "https://imperiodabritannia.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/imperiodabritannia/icon.png",
|
||||
dateFormat: "dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get imperioscansSource => _imperioscansSource;
|
||||
|
||||
Source _imperioscansSource = Source(
|
||||
name: "Império Scans",
|
||||
baseUrl: "https://imperioscans.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/imperioscans/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get imperioscansSource => _imperioscansSource;
|
||||
|
||||
Source _imperioscansSource = Source(
|
||||
name: "Império Scans",
|
||||
baseUrl: "https://imperioscans.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/imperioscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get infrafandubSource => _infrafandubSource;
|
||||
Source _infrafandubSource = Source(
|
||||
name: "InfraFandub",
|
||||
baseUrl: "https://infrafandub.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/infrafandub/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "InfraFandub",
|
||||
baseUrl: "https://infrafandub.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/infrafandub/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get inmoralnofansubSource => _inmoralnofansubSource;
|
||||
Source _inmoralnofansubSource = Source(
|
||||
name: "Inmoral No Fansub",
|
||||
baseUrl: "https://inmoralnofansub.xyz",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/inmoralnofansub/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Inmoral No Fansub",
|
||||
baseUrl: "https://inmoralnofansub.xyz",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/inmoralnofansub/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get inmortalscanSource => _inmortalscanSource;
|
||||
|
||||
Source _inmortalscanSource = Source(
|
||||
name: "Inmortal Scan",
|
||||
baseUrl: "https://manga.mundodrama.site",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/inmortalscan/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"es",
|
||||
);
|
||||
Source get inmortalscanSource => _inmortalscanSource;
|
||||
|
||||
Source _inmortalscanSource = Source(
|
||||
name: "Inmortal Scan",
|
||||
baseUrl: "https://manga.mundodrama.site",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/inmortalscan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get isekaiscanmangaSource => _isekaiscanmangaSource;
|
||||
|
||||
Source _isekaiscanmangaSource = Source(
|
||||
name: "IsekaiScanManga (unoriginal)",
|
||||
baseUrl: "https://isekaiscanmanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/isekaiscanmanga/icon.png",
|
||||
dateFormat:"dd MMM، yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get isekaiscanmangaSource => _isekaiscanmangaSource;
|
||||
|
||||
Source _isekaiscanmangaSource = Source(
|
||||
name: "IsekaiScanManga (unoriginal)",
|
||||
baseUrl: "https://isekaiscanmanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/isekaiscanmanga/icon.png",
|
||||
dateFormat: "dd MMM، yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get jeazscansSource => _jeazscansSource;
|
||||
Source _jeazscansSource = Source(
|
||||
name: "JeazScans",
|
||||
baseUrl: "https://jeazscansv2.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/jeazscans/icon.png",
|
||||
dateFormat:"d MMMM, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "JeazScans",
|
||||
baseUrl: "https://jeazscansv2.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/jeazscans/icon.png",
|
||||
dateFormat: "d MMMM, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get jimangaSource => _jimangaSource;
|
||||
|
||||
Source _jimangaSource = Source(
|
||||
name: "Jimanga",
|
||||
baseUrl: "https://jimanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/jimanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get jimangaSource => _jimangaSource;
|
||||
|
||||
Source _jimangaSource = Source(
|
||||
name: "Jimanga",
|
||||
baseUrl: "https://jimanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/jimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get jobsibeSource => _jobsibeSource;
|
||||
Source _jobsibeSource = Source(
|
||||
name: "Jobsibe",
|
||||
baseUrl: "https://jobsibe.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/jobsibe/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Jobsibe",
|
||||
baseUrl: "https://jobsibe.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/jobsibe/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get kakuseiprojectSource => _kakuseiprojectSource;
|
||||
|
||||
Source _kakuseiprojectSource = Source(
|
||||
name: "Kakusei Project",
|
||||
baseUrl: "https://kakuseiproject.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/kakuseiproject/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get kakuseiprojectSource => _kakuseiprojectSource;
|
||||
|
||||
Source _kakuseiprojectSource = Source(
|
||||
name: "Kakusei Project",
|
||||
baseUrl: "https://kakuseiproject.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/kakuseiproject/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get kamisamaexplorerSource => _kamisamaexplorerSource;
|
||||
|
||||
Source _kamisamaexplorerSource = Source(
|
||||
name: "Kami Sama Explorer",
|
||||
baseUrl: "https://leitor.kamisama.com.br",
|
||||
lang: "pt-br",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/kamisamaexplorer/icon.png",
|
||||
dateFormat:"dd 'de' MMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get kamisamaexplorerSource => _kamisamaexplorerSource;
|
||||
|
||||
Source _kamisamaexplorerSource = Source(
|
||||
name: "Kami Sama Explorer",
|
||||
baseUrl: "https://leitor.kamisama.com.br",
|
||||
lang: "pt-br",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/kamisamaexplorer/icon.png",
|
||||
dateFormat: "dd 'de' MMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get kingsmangaSource => _kingsmangaSource;
|
||||
Source _kingsmangaSource = Source(
|
||||
name: "Kings-Manga",
|
||||
baseUrl: "https://www.kings-manga.co",
|
||||
lang: "th",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/kingsmanga/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"th"
|
||||
);
|
||||
name: "Kings-Manga",
|
||||
baseUrl: "https://www.kings-manga.co",
|
||||
lang: "th",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/kingsmanga/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "th",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get klikmangaSource => _klikmangaSource;
|
||||
Source _klikmangaSource = Source(
|
||||
name: "KlikManga",
|
||||
baseUrl: "https://klikmanga.id",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/klikmanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "KlikManga",
|
||||
baseUrl: "https://klikmanga.id",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/klikmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikchanSource => _komikchanSource;
|
||||
|
||||
Source _komikchanSource = Source(
|
||||
name: "Komik Chan",
|
||||
baseUrl: "https://komikchan.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/komikchan/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get komikchanSource => _komikchanSource;
|
||||
|
||||
Source _komikchanSource = Source(
|
||||
name: "Komik Chan",
|
||||
baseUrl: "https://komikchan.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/komikchan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get komikuzanSource => _komikuzanSource;
|
||||
Source _komikuzanSource = Source(
|
||||
name: "Komikuzan",
|
||||
baseUrl: "https://komikuzan.com",
|
||||
lang: "id",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/komikuzan/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"id"
|
||||
);
|
||||
name: "Komikuzan",
|
||||
baseUrl: "https://komikuzan.com",
|
||||
lang: "id",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/komikuzan/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "id",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get ksgroupscansSource => _ksgroupscansSource;
|
||||
|
||||
Source _ksgroupscansSource = Source(
|
||||
name: "KSGroupScans",
|
||||
baseUrl: "https://ksgroupscans.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ksgroupscans/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get ksgroupscansSource => _ksgroupscansSource;
|
||||
|
||||
Source _ksgroupscansSource = Source(
|
||||
name: "KSGroupScans",
|
||||
baseUrl: "https://ksgroupscans.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ksgroupscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get ladyestelarscanSource => _ladyestelarscanSource;
|
||||
|
||||
Source _ladyestelarscanSource = Source(
|
||||
name: "Lady Estelar Scan",
|
||||
baseUrl: "https://ladyestelarscan.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ladyestelarscan/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get ladyestelarscanSource => _ladyestelarscanSource;
|
||||
|
||||
Source _ladyestelarscanSource = Source(
|
||||
name: "Lady Estelar Scan",
|
||||
baseUrl: "https://ladyestelarscan.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/ladyestelarscan/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get legendsnofansubSource => _legendsnofansubSource;
|
||||
Source _legendsnofansubSource = Source(
|
||||
name: "LegnMangas",
|
||||
baseUrl: "https://legnmangas.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/legendsnofansub/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "LegnMangas",
|
||||
baseUrl: "https://legnmangas.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/legendsnofansub/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get leitordemangaSource => _leitordemangaSource;
|
||||
Source _leitordemangaSource = Source(
|
||||
name: "Leitor de Mangá",
|
||||
baseUrl: "https://leitordemanga.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/leitordemanga/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Leitor de Mangá",
|
||||
baseUrl: "https://leitordemanga.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/leitordemanga/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get leviatanscansSource => _leviatanscansSource;
|
||||
|
||||
Source _leviatanscansSource = Source(
|
||||
name: "Leviatan Scans",
|
||||
baseUrl: "https://lscomic.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/leviatanscans/icon.png",
|
||||
dateFormat:"MMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get leviatanscansSource => _leviatanscansSource;
|
||||
|
||||
Source _leviatanscansSource = Source(
|
||||
name: "Leviatan Scans",
|
||||
baseUrl: "https://lscomic.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/leviatanscans/icon.png",
|
||||
dateFormat: "MMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get lhtranslationSource => _lhtranslationSource;
|
||||
|
||||
Source _lhtranslationSource = Source(
|
||||
name: "LHTranslation",
|
||||
baseUrl: "https://lhtranslation.net",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/lhtranslation/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get lhtranslationSource => _lhtranslationSource;
|
||||
|
||||
Source _lhtranslationSource = Source(
|
||||
name: "LHTranslation",
|
||||
baseUrl: "https://lhtranslation.net",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/lhtranslation/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get lilyumfansubSource => _lilyumfansubSource;
|
||||
Source _lilyumfansubSource = Source(
|
||||
name: "LilyumFansub",
|
||||
baseUrl: "https://lilyumfansub.com.tr",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lilyumfansub/icon.png",
|
||||
dateFormat:"MMMM dd yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "LilyumFansub",
|
||||
baseUrl: "https://lilyumfansub.com.tr",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lilyumfansub/icon.png",
|
||||
dateFormat: "MMMM dd yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get lscansSource => _lscansSource;
|
||||
Source _lscansSource = Source(
|
||||
name: "L Scans",
|
||||
baseUrl: "https://lscans.com",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lscans/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "L Scans",
|
||||
baseUrl: "https://lscans.com",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get luffymangaSource => _luffymangaSource;
|
||||
|
||||
Source _luffymangaSource = Source(
|
||||
name: "Luffy Manga",
|
||||
baseUrl: "https://luffymanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/luffymanga/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get luffymangaSource => _luffymangaSource;
|
||||
|
||||
Source _luffymangaSource = Source(
|
||||
name: "Luffy Manga",
|
||||
baseUrl: "https://luffymanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/luffymanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get lunarscanSource => _lunarscanSource;
|
||||
Source _lunarscanSource = Source(
|
||||
name: "Lunar Scan",
|
||||
baseUrl: "https://lunarscan.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lunarscan/icon.png",
|
||||
dateFormat:"MMMMM dd, yyyy",
|
||||
dateFormatLocale:"pt-br"
|
||||
);
|
||||
name: "Lunar Scan",
|
||||
baseUrl: "https://lunarscan.com.br",
|
||||
lang: "pt-br",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/lunarscan/icon.png",
|
||||
dateFormat: "MMMMM dd, yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get maidscanSource => _maidscanSource;
|
||||
|
||||
Source _maidscanSource = Source(
|
||||
name: "Maid Scan",
|
||||
baseUrl: "https://maidscan.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/maidscan/icon.png",
|
||||
dateFormat:"dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get maidscanSource => _maidscanSource;
|
||||
|
||||
Source _maidscanSource = Source(
|
||||
name: "Maid Scan",
|
||||
baseUrl: "https://maidscan.com.br",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/maidscan/icon.png",
|
||||
dateFormat: "dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get manga347Source => _manga347Source;
|
||||
Source _manga347Source = Source(
|
||||
name: "Manga347",
|
||||
baseUrl: "https://manga347.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/manga347/icon.png",
|
||||
dateFormat:"d MMM, yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "Manga347",
|
||||
baseUrl: "https://manga347.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/manga347/icon.png",
|
||||
dateFormat: "d MMM, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get manga3asqSource => _manga3asqSource;
|
||||
|
||||
Source _manga3asqSource = Source(
|
||||
name: "مانجا العاشق",
|
||||
baseUrl: "https://3asq.org",
|
||||
lang: "ar",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manga3asq/icon.png",
|
||||
|
||||
|
||||
);
|
||||
Source get manga3asqSource => _manga3asqSource;
|
||||
|
||||
Source _manga3asqSource = Source(
|
||||
name: "مانجا العاشق",
|
||||
baseUrl: "https://3asq.org",
|
||||
lang: "ar",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/manga3asq/icon.png",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaclashSource => _mangaclashSource;
|
||||
|
||||
Source _mangaclashSource = Source(
|
||||
name: "MangaClash",
|
||||
baseUrl: "https://mangaclash.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaclash/icon.png",
|
||||
dateFormat:"MM/dd/yy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangaclashSource => _mangaclashSource;
|
||||
|
||||
Source _mangaclashSource = Source(
|
||||
name: "MangaClash",
|
||||
baseUrl: "https://mangaclash.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaclash/icon.png",
|
||||
dateFormat: "MM/dd/yy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangacrabSource => _mangacrabSource;
|
||||
Source _mangacrabSource = Source(
|
||||
name: "Manga Crab",
|
||||
baseUrl: "https://visorcrab.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangacrab/icon.png",
|
||||
dateFormat:"dd/MM/yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Manga Crab",
|
||||
baseUrl: "https://visorcrab.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangacrab/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangadeemakSource => _mangadeemakSource;
|
||||
Source _mangadeemakSource = Source(
|
||||
name: "MangaDeemak",
|
||||
baseUrl: "https://mangadeemak.com",
|
||||
lang: "th",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangadeemak/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"th"
|
||||
);
|
||||
name: "MangaDeemak",
|
||||
baseUrl: "https://mangadeemak.com",
|
||||
lang: "th",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangadeemak/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "th",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangadiyariSource => _mangadiyariSource;
|
||||
|
||||
Source _mangadiyariSource = Source(
|
||||
name: "Manga Diyari",
|
||||
baseUrl: "https://manga-diyari.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangadiyari/icon.png",
|
||||
dateFormat:"MMM dd, yyyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get mangadiyariSource => _mangadiyariSource;
|
||||
|
||||
Source _mangadiyariSource = Source(
|
||||
name: "Manga Diyari",
|
||||
baseUrl: "https://manga-diyari.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangadiyari/icon.png",
|
||||
dateFormat: "MMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaeffectSource => _mangaeffectSource;
|
||||
Source _mangaeffectSource = Source(
|
||||
name: "MangaEffect",
|
||||
baseUrl: "https://mangaeffect.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaeffect/icon.png",
|
||||
dateFormat:"dd.MM.yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "MangaEffect",
|
||||
baseUrl: "https://mangaeffect.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaeffect/icon.png",
|
||||
dateFormat: "dd.MM.yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangafastcomSource => _mangafastcomSource;
|
||||
Source _mangafastcomSource = Source(
|
||||
name: "Manga-fast.com",
|
||||
baseUrl: "https://manga-fast.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangafastcom/icon.png",
|
||||
dateFormat:"d MMMM'،' yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "Manga-fast.com",
|
||||
baseUrl: "https://manga-fast.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangafastcom/icon.png",
|
||||
dateFormat: "d MMMM'،' yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangafenixSource => _mangafenixSource;
|
||||
|
||||
Source _mangafenixSource = Source(
|
||||
name: "Manga Fenix",
|
||||
baseUrl: "https://manhua-fenix.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangafenix/icon.png",
|
||||
dateFormat:"dd MMMM, yyyy",
|
||||
dateFormatLocale:"es",
|
||||
);
|
||||
Source get mangafenixSource => _mangafenixSource;
|
||||
|
||||
Source _mangafenixSource = Source(
|
||||
name: "Manga Fenix",
|
||||
baseUrl: "https://manhua-fenix.com",
|
||||
lang: "es",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangafenix/icon.png",
|
||||
dateFormat: "dd MMMM, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangafreakonlineSource => _mangafreakonlineSource;
|
||||
|
||||
Source _mangafreakonlineSource = Source(
|
||||
name: "MangaFreak.online",
|
||||
baseUrl: "https://mangafreak.online",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangafreakonline/icon.png",
|
||||
dateFormat:"d MMMM، yyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangafreakonlineSource => _mangafreakonlineSource;
|
||||
|
||||
Source _mangafreakonlineSource = Source(
|
||||
name: "MangaFreak.online",
|
||||
baseUrl: "https://mangafreak.online",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangafreakonline/icon.png",
|
||||
dateFormat: "d MMMM، yyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangagalaxySource => _mangagalaxySource;
|
||||
|
||||
Source _mangagalaxySource = Source(
|
||||
name: "Manga Galaxy",
|
||||
baseUrl: "https://mangagalaxy.me",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangagalaxy/icon.png",
|
||||
dateFormat:"MM/dd/yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangagalaxySource => _mangagalaxySource;
|
||||
|
||||
Source _mangagalaxySource = Source(
|
||||
name: "Manga Galaxy",
|
||||
baseUrl: "https://mangagalaxy.me",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangagalaxy/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangagezginiSource => _mangagezginiSource;
|
||||
Source _mangagezginiSource = Source(
|
||||
name: "MangaGezgini",
|
||||
baseUrl: "https://mangagezgini.com",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangagezgini/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "MangaGezgini",
|
||||
baseUrl: "https://mangagezgini.com",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangagezgini/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangagreatSource => _mangagreatSource;
|
||||
|
||||
Source _mangagreatSource = Source(
|
||||
name: "MangaGreat",
|
||||
baseUrl: "https://mangagreat.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangagreat/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangagreatSource => _mangagreatSource;
|
||||
|
||||
Source _mangagreatSource = Source(
|
||||
name: "MangaGreat",
|
||||
baseUrl: "https://mangagreat.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangagreat/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangahonaSource => _mangahonaSource;
|
||||
Source _mangahonaSource = Source(
|
||||
name: "MangaHoNa",
|
||||
baseUrl: "https://mangahona.pl",
|
||||
lang: "pl",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangahona/icon.png",
|
||||
dateFormat:"yyyy-MM-dd",
|
||||
dateFormatLocale:"en"
|
||||
);
|
||||
name: "MangaHoNa",
|
||||
baseUrl: "https://mangahona.pl",
|
||||
lang: "pl",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangahona/icon.png",
|
||||
dateFormat: "yyyy-MM-dd",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakeyfiSource => _mangakeyfiSource;
|
||||
Source _mangakeyfiSource = Source(
|
||||
name: "Manga Keyfi",
|
||||
baseUrl: "https://mangakeyfi.net",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangakeyfi/icon.png",
|
||||
dateFormat:"d MMM yyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Manga Keyfi",
|
||||
baseUrl: "https://mangakeyfi.net",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangakeyfi/icon.png",
|
||||
dateFormat: "d MMM yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangakomiSource => _mangakomiSource;
|
||||
|
||||
Source _mangakomiSource = Source(
|
||||
name: "MangaKomi",
|
||||
baseUrl: "https://mangakomi.io",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangakomi/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangakomiSource => _mangakomiSource;
|
||||
|
||||
Source _mangakomiSource = Source(
|
||||
name: "MangaKomi",
|
||||
baseUrl: "https://mangakomi.io",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangakomi/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangalevelingSource => _mangalevelingSource;
|
||||
Source _mangalevelingSource = Source(
|
||||
name: "Manga Leveling",
|
||||
baseUrl: "https://mangaleveling.com",
|
||||
lang: "en",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaleveling/icon.png",
|
||||
dateFormat:"MM/dd/yyyy",
|
||||
dateFormatLocale:"en_us"
|
||||
);
|
||||
name: "Manga Leveling",
|
||||
baseUrl: "https://mangaleveling.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaleveling/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangalinkSource => _mangalinkSource;
|
||||
Source _mangalinkSource = Source(
|
||||
name: "مانجا لينك",
|
||||
baseUrl: "https://manga-link.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangalink/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "مانجا لينك",
|
||||
baseUrl: "https://manga-link.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangalink/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangalionzSource => _mangalionzSource;
|
||||
Source _mangalionzSource = Source(
|
||||
name: "MangaLionz",
|
||||
baseUrl: "https://manga-lionz.com",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangalionz/icon.png",
|
||||
dateFormat:"MMMM d, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "MangaLionz",
|
||||
baseUrl: "https://manga-lionz.com",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangalionz/icon.png",
|
||||
dateFormat: "MMMM d, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangananquimSource => _mangananquimSource;
|
||||
|
||||
Source _mangananquimSource = Source(
|
||||
name: "Mangá Nanquim",
|
||||
baseUrl: "https://mangananquim.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangananquim/icon.png",
|
||||
dateFormat:"dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale:"pt-br",
|
||||
);
|
||||
Source get mangananquimSource => _mangananquimSource;
|
||||
|
||||
Source _mangananquimSource = Source(
|
||||
name: "Mangá Nanquim",
|
||||
baseUrl: "https://mangananquim.com",
|
||||
lang: "pt-BR",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangananquim/icon.png",
|
||||
dateFormat: "dd 'de' MMMMM 'de' yyyy",
|
||||
dateFormatLocale: "pt-br",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaokuSource => _mangaokuSource;
|
||||
Source _mangaokuSource = Source(
|
||||
name: "Manga Oku",
|
||||
baseUrl: "https://mangaoku.info",
|
||||
lang: "tr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaoku/icon.png",
|
||||
dateFormat:"d MMMM yyyy",
|
||||
dateFormatLocale:"tr"
|
||||
);
|
||||
name: "Manga Oku",
|
||||
baseUrl: "https://mangaoku.info",
|
||||
lang: "tr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangaoku/icon.png",
|
||||
dateFormat: "d MMMM yyyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangareadSource => _mangareadSource;
|
||||
|
||||
Source _mangareadSource = Source(
|
||||
name: "Manga Read",
|
||||
baseUrl: "https://mangaread.co",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaread/icon.png",
|
||||
dateFormat:"yyyy-MM-dd",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangareadSource => _mangareadSource;
|
||||
|
||||
Source _mangareadSource = Source(
|
||||
name: "Manga Read",
|
||||
baseUrl: "https://mangaread.co",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangaread/icon.png",
|
||||
dateFormat: "yyyy-MM-dd",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangareadorgSource => _mangareadorgSource;
|
||||
|
||||
Source _mangareadorgSource = Source(
|
||||
name: "MangaRead.org",
|
||||
baseUrl: "https://www.mangaread.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangareadorg/icon.png",
|
||||
dateFormat:"dd.MM.yyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangareadorgSource => _mangareadorgSource;
|
||||
|
||||
Source _mangareadorgSource = Source(
|
||||
name: "MangaRead.org",
|
||||
baseUrl: "https://www.mangaread.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangareadorg/icon.png",
|
||||
dateFormat: "dd.MM.yyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangarollsSource => _mangarollsSource;
|
||||
|
||||
Source _mangarollsSource = Source(
|
||||
name: "MangaRolls",
|
||||
baseUrl: "https://mangarolls.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangarolls/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"en_us",
|
||||
);
|
||||
Source get mangarollsSource => _mangarollsSource;
|
||||
|
||||
Source _mangarollsSource = Source(
|
||||
name: "MangaRolls",
|
||||
baseUrl: "https://mangarolls.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangarolls/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaroseSource => _mangaroseSource;
|
||||
Source _mangaroseSource = Source(
|
||||
name: "Manga Rose",
|
||||
baseUrl: "https://mangarose.net",
|
||||
lang: "ar",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangarose/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"ar"
|
||||
);
|
||||
name: "Manga Rose",
|
||||
baseUrl: "https://mangarose.net",
|
||||
lang: "ar",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangarose/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "ar",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangascantradSource => _mangascantradSource;
|
||||
Source _mangascantradSource = Source(
|
||||
name: "Manga-Scantrad",
|
||||
baseUrl: "https://manga-scantrad.io",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangascantrad/icon.png",
|
||||
dateFormat:"d MMM yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "Manga-Scantrad",
|
||||
baseUrl: "https://manga-scantrad.io",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangascantrad/icon.png",
|
||||
dateFormat: "d MMM yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
@@ -1,14 +1,15 @@
|
||||
import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasehriSource => _mangasehriSource;
|
||||
|
||||
Source _mangasehriSource = Source(
|
||||
name: "Manga Şehri",
|
||||
baseUrl: "https://mangasehri.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangasehri/icon.png",
|
||||
dateFormat:"dd/MM/yyy",
|
||||
dateFormatLocale:"tr",
|
||||
);
|
||||
Source get mangasehriSource => _mangasehriSource;
|
||||
|
||||
Source _mangasehriSource = Source(
|
||||
name: "Manga Şehri",
|
||||
baseUrl: "https://mangasehri.com",
|
||||
lang: "tr",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/mangasehri/icon.png",
|
||||
dateFormat: "dd/MM/yyy",
|
||||
dateFormatLocale: "tr",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasnosekaiSource => _mangasnosekaiSource;
|
||||
Source _mangasnosekaiSource = Source(
|
||||
name: "Mangas No Sekai",
|
||||
baseUrl: "https://mangasnosekai.com",
|
||||
lang: "es",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangasnosekai/icon.png",
|
||||
dateFormat:"MMMM dd, yyyy",
|
||||
dateFormatLocale:"es"
|
||||
);
|
||||
name: "Mangas No Sekai",
|
||||
baseUrl: "https://mangasnosekai.com",
|
||||
lang: "es",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangasnosekai/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "es",
|
||||
);
|
||||
|
||||
@@ -2,12 +2,13 @@ import '../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasoriginesfrSource => _mangasoriginesfrSource;
|
||||
Source _mangasoriginesfrSource = Source(
|
||||
name: "Mangas-Origines.fr",
|
||||
baseUrl: "https://mangas-origines.fr",
|
||||
lang: "fr",
|
||||
isNsfw:false,
|
||||
typeSource: "madara",
|
||||
iconUrl: "https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangasoriginesfr/icon.png",
|
||||
dateFormat:"dd/mm/yyyy",
|
||||
dateFormatLocale:"fr"
|
||||
);
|
||||
name: "Mangas-Origines.fr",
|
||||
baseUrl: "https://mangas-origines.fr",
|
||||
lang: "fr",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangasoriginesfr/icon.png",
|
||||
dateFormat: "dd/mm/yyyy",
|
||||
dateFormatLocale: "fr",
|
||||
);
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user