dart format

This commit is contained in:
Moustapha Kodjo Amadou
2025-03-01 13:38:06 +01:00
parent 2388636458
commit 7d5e95679d
325 changed files with 6715 additions and 5516 deletions

View File

@@ -10,18 +10,20 @@ class Madara extends MProvider {
@override
Future<MPages> getPopular(int page) async {
final res = (await client.get(
Uri.parse("${source.baseUrl}/manga/page/$page/?m_orderby=views")))
.body;
final res =
(await client.get(
Uri.parse("${source.baseUrl}/manga/page/$page/?m_orderby=views"),
)).body;
final document = parseHtml(res);
return mangaFromElements(document.select("div.page-item-detail"));
}
@override
Future<MPages> getLatestUpdates(int page) async {
final res = (await client.get(
Uri.parse("${source.baseUrl}/manga/page/$page/?m_orderby=latest")))
.body;
final res =
(await client.get(
Uri.parse("${source.baseUrl}/manga/page/$page/?m_orderby=latest"),
)).body;
final document = parseHtml(res);
return mangaFromElements(document.select("div.page-item-detail"));
}
@@ -95,7 +97,10 @@ class Madara extends MProvider {
var chd = element.selectFirst("span.chapter-release-date");
if (chd != null && chd.text.isNotEmpty) {
var dates = parseDates(
[chd.text], source.dateFormat, source.dateFormatLocale);
[chd.text],
source.dateFormat,
source.dateFormatLocale,
);
chapter.dateUpload = dates[0];
} else {
chapter.dateUpload =
@@ -153,7 +158,7 @@ class Madara extends MProvider {
"En espera": 2,
"Canceled": 3,
"Cancelado": 3,
}
},
];
MManga manga = MManga();
String res = "";
@@ -161,19 +166,23 @@ class Madara extends MProvider {
final document = parseHtml(res);
manga.author = document.selectFirst("div.author-content > a")?.text ?? "";
manga.description = document
manga.description =
document
.selectFirst(
"div.description-summary div.summary__content, div.summary_content div.post-content_item > h5 + div, div.summary_content div.manga-excerpt, div.sinopsis div.contenedor, .description-summary > p")
"div.description-summary div.summary__content, div.summary_content div.post-content_item > h5 + div, div.summary_content div.manga-excerpt, div.sinopsis div.contenedor, .description-summary > p",
)
?.text ??
"";
final imageElement = document.selectFirst("div.summary_image img");
manga.imageUrl = imageElement?.attr("data-src") ??
imageElement?.attr("data-lazy-src") ??
imageElement?.attr("srcset") ??
imageElement?.getSrc;
manga.imageUrl =
imageElement?.attr("data-src") ??
imageElement?.attr("data-lazy-src") ??
imageElement?.attr("srcset") ??
imageElement?.getSrc;
final id = document
final id =
document
.selectFirst("div[id^=manga-chapters-holder]")
?.attr("data-id") ??
"";
@@ -185,19 +194,22 @@ class Madara extends MProvider {
manga.status = parseStatus(status, statusList);
manga.genre =
document.select("div.genres-content a")?.map((e) => e.text).toList() ??
[];
[];
final baseUrl = "${source.baseUrl}/";
final headers = {"Referer": baseUrl, "X-Requested-With": "XMLHttpRequest"};
final oldXhrChaptersRequest = await client.post(
Uri.parse("${baseUrl}wp-admin/admin-ajax.php"),
headers: headers,
body: {"action": "manga_get_chapters", "manga": mangaId});
Uri.parse("${baseUrl}wp-admin/admin-ajax.php"),
headers: headers,
body: {"action": "manga_get_chapters", "manga": mangaId},
);
if (oldXhrChaptersRequest.statusCode == 400) {
res = (await client.post(Uri.parse("${url}ajax/chapters"),
headers: headers))
.body;
res =
(await client.post(
Uri.parse("${url}ajax/chapters"),
headers: headers,
)).body;
} else {
res = oldXhrChaptersRequest.body;
}
@@ -205,9 +217,11 @@ class Madara extends MProvider {
MDocument chapDoc = parseHtml(res);
manga.chapters = getChapters(chapDoc);
if (manga.chapters.isEmpty) {
res = (await client.post(Uri.parse("${url}ajax/chapters"),
headers: headers))
.body;
res =
(await client.post(
Uri.parse("${url}ajax/chapters"),
headers: headers,
)).body;
chapDoc = parseHtml(res);
manga.chapters = getChapters(chapDoc);
}
@@ -221,13 +235,15 @@ class Madara extends MProvider {
final document = parseHtml(res.body);
final pageElements = document.select(
"div.page-break, li.blocks-gallery-item, .reading-content .text-left:not(:has(.blocks-gallery-item)) img");
"div.page-break, li.blocks-gallery-item, .reading-content .text-left:not(:has(.blocks-gallery-item)) img",
);
List<String> imgs = [];
for (var element in pageElements) {
try {
final imgElement = element.selectFirst("img");
final img = imgElement.attr("src") ??
final img =
imgElement.attr("src") ??
imgElement.attr("data-src") ??
imgElement.attr("data-lazy-src") ??
imgElement.attr("srcset");
@@ -261,7 +277,8 @@ class Madara extends MProvider {
for (var i = 0; i < elements.length; i++) {
final postTitle = elements[i].selectFirst("div.post-title a");
final imageElement = elements[i].selectFirst("img");
final image = imageElement?.attr("data-src") ??
final image =
imageElement?.attr("data-src") ??
imageElement?.attr("data-lazy-src") ??
imageElement?.attr("srcset") ??
imageElement?.getSrc ??
@@ -301,7 +318,7 @@ class Madara extends MProvider {
SelectFilterOption("All", ""),
SelectFilterOption("None", "0"),
SelectFilterOption("Only", "1"),
])
]),
];
}

View File

@@ -190,388 +190,392 @@ const madaraSourceCodeUrl =
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/madara.dart";
List<Source> get madaraSourcesList => _madaraSourcesList;
List<Source> _madaraSourcesList = [
//1st Kiss-Manga (unoriginal) (EN)
firstkissdashmangaSource,
//AQUA Scans (EN)
manhwaworldSource,
//Akuma no Tenshi (PT-BR)
akumanotenshiSource,
//Anikiga (TR)
anikigaSource,
//ArazNovel (TR)
araznovelSource,
//Arthur Scan (PT-BR)
arthurscanSource,
//AstralManga (FR)
astralmangaSource,
//Asura Scans.us (unoriginal) (EN)
asurascansusSource,
//BarManga (ES)
barmangaSource,
//BestManga (RU)
bestmangaSource,
//Chibi Manga (EN)
chibimangaSource,
//Clover Manga (TR)
clovermangaSource,
//Coco Rip (ES)
cocoripSource,
//Coffee Manga (EN)
coffeemangaSource,
//Doodmanga (TH)
doodmangaSource,
//Elite Manga (EN)
elitemangaSource,
//Emperor Scan (ES)
emperorscanSource,
//EvaScans (TR)
evascansSource,
//FR-Scan (FR)
frscanSource,
//FactManga (EN)
factmangaSource,
//FreeMangaTop (EN)
freemangatopSource,
//Glory Manga (TR)
glorymangaSource,
//Harimanga (EN)
harimangaSource,
//Immortal Updates (EN)
immortalupdatesSource,
//Império Scans (PT-BR)
imperioscansSource,
//Inmortal Scan (ES)
inmortalscanSource,
//IsekaiScanManga (unoriginal) (EN)
isekaiscanmangaSource,
//Jimanga (EN)
jimangaSource,
//KSGroupScans (EN)
ksgroupscansSource,
//Kakusei Project (PT-BR)
kakuseiprojectSource,
//Kami Sama Explorer (PT-BR)
kamisamaexplorerSource,
//Komik Chan (EN)
komikchanSource,
//LHTranslation (EN)
lhtranslationSource,
//Lady Estelar Scan (PT-BR)
ladyestelarscanSource,
//Leviatan Scans (EN)
leviatanscansSource,
//Luffy Manga (EN)
luffymangaSource,
//Maid Scan (PT-BR)
maidscanSource,
//Manga Diyari (TR)
mangadiyariSource,
//Manga Fenix (ES)
mangafenixSource,
//Manga Galaxy (EN)
mangagalaxySource,
//Manga Read (EN)
mangareadSource,
//Manga Tx.gg (unoriginal) (EN)
mangatxggSource,
//Manga Weebs (EN)
mangaweebsSource,
//Manga Şehri (TR)
mangasehriSource,
//Manga-TX (EN)
mangatxunoriginalSource,
//MangaClash (EN)
mangaclashSource,
//MangaFreak.online (EN)
mangafreakonlineSource,
//MangaGreat (EN)
mangagreatSource,
//MangaKomi (EN)
mangakomiSource,
//MangaRead.org (EN)
mangareadorgSource,
//MangaRolls (EN)
mangarollsSource,
//MangaTyrant (EN)
mangatyrantSource,
//MangaUS (EN)
mangausSource,
//Mangasushi (EN)
mangasushiSource,
//Mangá Nanquim (PT-BR)
mangananquimSource,
//Manhua ES (EN)
manhuaesSource,
//ManhuaUS (EN)
manhuausSource,
//ManhuaZone (EN)
manhuazoneSource,
//ManhwaClan (EN)
manhwaclanSource,
//Manhwafull (EN)
manhwafullSource,
//Mantraz Scan (ES)
mantrazscanSource,
//Momo no Hana Scan (PT-BR)
momonohanascanSource,
//MonarcaManga (ES)
monarcamangaSource,
//Moon Witch In Love (PT-BR)
moonwitchinloveSource,
//NekoPost.co (unoriginal) (TH)
nekopostcoSource,
//Niji Translations (AR)
nijitranslationsSource,
//Pantheon Scan (FR)
pantheonscanSource,
//Pojok Manga (ID)
pojokmangaSource,
//Projeto Scanlator (PT-BR)
projetoscanlatorSource,
//ROG Mangás (PT-BR)
mangasoverallSource,
//Ragnarok Scanlation (ES)
ragnarokscanlationSource,
//Rainbow Fairy Scan (PT-BR)
rainbowfairyscanSource,
//Random Scan (PT-BR)
randomscanSource,
//ReaderGen (FR)
readergenSource,
//RichtoScan (ES)
richtoscanSource,
//Rightdark Scan (ES)
rightdarkscanSource,
//Rio2 Manga (EN)
rio2mangaSource,
//Romantik Manga (TR)
romantikmangaSource,
//S2Manga (EN)
s2mangaSource,
//SamuraiScan (ES)
samuraiscanSource,
//ScamberTraslator (ES)
scambertraslatorSource,
//Scantrad-VF (FR)
scantradvfSource,
//Shadowtrad (FR)
shadowtradSource,
//Shiba Manga (EN)
shibamangaSource,
//Sinensis Scan (PT-BR)
sinensisSource,
//Sweet Time Scan (PT-BR)
sweettimescanSource,
//Tatakae Scan (PT-BR)
tatakaescanSource,
//Taurus Fansub (ES)
taurusfansubSource,
//The Beginning After The End (FR)
thebeginningaftertheendSource,
//Tortuga Ceviri (TR)
tortugaceviriSource,
//Wicked Witch Scan (PT-BR)
wickedwitchscanSource,
//Winter Scan (PT-BR)
winterscanSource,
//Wonderland Scan (PT-BR)
wonderlandscanSource,
//Yuri Verso (PT-BR)
yuriversoSource,
//فالكون مانجا (AR)
falconmangaSource,
//مانجا العاشق (AR)
manga3asqSource,
//Grabber Zone (ALL)
grabberzoneSource,
//Gatemanga (AR)
gatemangaSource,
//GMANGA (unoriginal) (AR)
gmangasiteSource,
//مانجا لينك (AR)
mangalinkSource,
//MangaLionz (AR)
mangalionzSource,
//Manga Rose (AR)
mangaroseSource,
//MangaSpark (AR)
mangasparkSource,
//Manga Starz (AR)
mangastarzSource,
//Manga Time (AR)
mangatimeSource,
//Olaoe (AR)
olaoeSource,
//Rocks Manga (AR)
rocksmangaSource,
//DragonTea (EN)
dragonteaSource,
//Global Bloging (EN)
globalblogingSource,
//Manga347 (EN)
manga347Source,
//MangaEffect (EN)
mangaeffectSource,
//Manga-fast.com (EN)
mangafastcomSource,
//Manga Leveling (EN)
mangalevelingSource,
//NeatManga (EN)
neatmangaSource,
//NvManga (EN)
nvmangaSource,
//PMScans (EN)
pmscansSource,
//ReadManhua (EN)
readmanhuaSource,
//StoneScape (EN)
stonescapeSource,
//TappyToon.Net (EN)
tappytoonnetSource,
//Zinmanga.net (EN)
zinmanganetSource,
//BokugenTranslation (ES)
bokugentranslationSource,
//DapRob (ES)
daprobSource,
//DeManhuas (ES)
demanhuasSource,
//HerenScan (ES)
herenscanSource,
//HouseMangas (ES)
housemangasSource,
//InfraFandub (ES)
infrafandubSource,
//Inmoral No Fansub (ES)
inmoralnofansubSource,
//JeazScans (ES)
jeazscansSource,
//Jobsibe (ES)
jobsibeSource,
//LegnMangas (ES)
legendsnofansubSource,
//Manga Crab (ES)
mangacrabSource,
//MMFenix (ES)
mangafenixSource,
//Mangas No Sekai (ES)
mangasnosekaiSource,
//Manhua Online (ES)
manhuaonlineSource,
//MHScans (ES)
mhscansSource,
//Visormonarca (ES)
monarcamangaSource,
//Noblesse Translations (ES)
noblessetranslationsSource,
//Prince Ediciones (ES)
princedicionesSource,
//SapphireScan (ES)
sapphirescanSource,
//Tres Daos Scan (ES)
tresdaosscanSource,
//Unitoon (ES)
unitoonSource,
//Manga-Scantrad (FR)
mangascantradSource,
//Mangas-Origines.fr (FR)
mangasoriginesfrSource,
//Raijin Scans (FR)
raijinscansSource,
//Reaper Scans (EN)
reaperscansSource,
//Soft Epsilon Scan (FR)
softepsilonscanSource,
//Hwago (ID)
hwagoSource,
//KlikManga (ID)
klikmangaSource,
//Komikuzan (ID)
komikuzanSource,
//MG Komik (ID)
mgkomikSource,
//Siimanga (ID)
siimangaSource,
//Yubikiri (ID)
yubikiriSource,
//MangaHoNa (PL)
mangahonaSource,
//Alone Scanlator (PT-BR)
alonescanlatorSource,
//Boruto Explorer (PT-BR)
borutoexplorerSource,
//Crystal Comics (PT-BR)
crystalcomicsSource,
//Fay Scans (PT-BR)
fayscansSource,
//Galinha Samurai Scan (PT-BR)
galinhasamuraiscanSource,
//Hikari Ga Nai (PT-BR)
hikariganaiSource,
//Sagrado Império da Britannia (PT-BR)
imperiodabritanniaSource,
//Neroxus (PT-BR)
imperioscansSource,
//Leitor de Mangá (PT-BR)
leitordemangaSource,
//L Scans (PT-BR)
lscansSource,
//Lunar Scan (PT-BR)
lunarscanSource,
//MiniTwo Scan (PT-BR)
minitwoscanSource,
//Nexo Scans (PT-BR)
nexoscansSource,
//Ninja Scan (PT-BR)
ninjascanSource,
//One Piece TECA (PT-BR)
onepiecetecaSource,
//Demon Sect (PT-BR)
prismascansSource,
//Sussy Scan (PT-BR)
sussyscanSource,
//Kings-Manga (TH)
kingsmangaSource,
//MangaDeemak (TH)
mangadeemakSource,
//ManhuaBug (TH)
manhuabugSource,
//ManhuaThai (TH)
manhuathaiSource,
//ManhwaBreakup (TH)
manhwabreakupSource,
//Atikrost (TR)
atikrostSource,
//DiamondFansub (TR)
diamondfansubSource,
//ManWe (TR)
evascansSource,
//Garcia Manga (TR)
garciamangaSource,
//GuncelManga (TR)
guncelmangaSource,
//LilyumFansub (TR)
lilyumfansubSource,
//MangaGezgini (TR)
mangagezginiSource,
//Manga Keyfi (TR)
mangakeyfiSource,
//Manga Oku (TR)
mangaokuSource,
//MangaWOW (TR)
mangawowSource,
//Merlin Scans (TR)
merlinscansSource,
//Rüya Manga (TR)
ruyamangaSource,
//Türkçe Manga Oku (TR)
turkcemangaokuSource,
//Webtoon Hatti (TR)
webtoonhattiSource,
]
.map((e) => e
..itemType = ItemType.manga
..sourceCodeUrl = madaraSourceCodeUrl
..version = madaraVersion)
.toList();
List<Source> _madaraSourcesList =
[
//1st Kiss-Manga (unoriginal) (EN)
firstkissdashmangaSource,
//AQUA Scans (EN)
manhwaworldSource,
//Akuma no Tenshi (PT-BR)
akumanotenshiSource,
//Anikiga (TR)
anikigaSource,
//ArazNovel (TR)
araznovelSource,
//Arthur Scan (PT-BR)
arthurscanSource,
//AstralManga (FR)
astralmangaSource,
//Asura Scans.us (unoriginal) (EN)
asurascansusSource,
//BarManga (ES)
barmangaSource,
//BestManga (RU)
bestmangaSource,
//Chibi Manga (EN)
chibimangaSource,
//Clover Manga (TR)
clovermangaSource,
//Coco Rip (ES)
cocoripSource,
//Coffee Manga (EN)
coffeemangaSource,
//Doodmanga (TH)
doodmangaSource,
//Elite Manga (EN)
elitemangaSource,
//Emperor Scan (ES)
emperorscanSource,
//EvaScans (TR)
evascansSource,
//FR-Scan (FR)
frscanSource,
//FactManga (EN)
factmangaSource,
//FreeMangaTop (EN)
freemangatopSource,
//Glory Manga (TR)
glorymangaSource,
//Harimanga (EN)
harimangaSource,
//Immortal Updates (EN)
immortalupdatesSource,
//Império Scans (PT-BR)
imperioscansSource,
//Inmortal Scan (ES)
inmortalscanSource,
//IsekaiScanManga (unoriginal) (EN)
isekaiscanmangaSource,
//Jimanga (EN)
jimangaSource,
//KSGroupScans (EN)
ksgroupscansSource,
//Kakusei Project (PT-BR)
kakuseiprojectSource,
//Kami Sama Explorer (PT-BR)
kamisamaexplorerSource,
//Komik Chan (EN)
komikchanSource,
//LHTranslation (EN)
lhtranslationSource,
//Lady Estelar Scan (PT-BR)
ladyestelarscanSource,
//Leviatan Scans (EN)
leviatanscansSource,
//Luffy Manga (EN)
luffymangaSource,
//Maid Scan (PT-BR)
maidscanSource,
//Manga Diyari (TR)
mangadiyariSource,
//Manga Fenix (ES)
mangafenixSource,
//Manga Galaxy (EN)
mangagalaxySource,
//Manga Read (EN)
mangareadSource,
//Manga Tx.gg (unoriginal) (EN)
mangatxggSource,
//Manga Weebs (EN)
mangaweebsSource,
//Manga Şehri (TR)
mangasehriSource,
//Manga-TX (EN)
mangatxunoriginalSource,
//MangaClash (EN)
mangaclashSource,
//MangaFreak.online (EN)
mangafreakonlineSource,
//MangaGreat (EN)
mangagreatSource,
//MangaKomi (EN)
mangakomiSource,
//MangaRead.org (EN)
mangareadorgSource,
//MangaRolls (EN)
mangarollsSource,
//MangaTyrant (EN)
mangatyrantSource,
//MangaUS (EN)
mangausSource,
//Mangasushi (EN)
mangasushiSource,
//Mangá Nanquim (PT-BR)
mangananquimSource,
//Manhua ES (EN)
manhuaesSource,
//ManhuaUS (EN)
manhuausSource,
//ManhuaZone (EN)
manhuazoneSource,
//ManhwaClan (EN)
manhwaclanSource,
//Manhwafull (EN)
manhwafullSource,
//Mantraz Scan (ES)
mantrazscanSource,
//Momo no Hana Scan (PT-BR)
momonohanascanSource,
//MonarcaManga (ES)
monarcamangaSource,
//Moon Witch In Love (PT-BR)
moonwitchinloveSource,
//NekoPost.co (unoriginal) (TH)
nekopostcoSource,
//Niji Translations (AR)
nijitranslationsSource,
//Pantheon Scan (FR)
pantheonscanSource,
//Pojok Manga (ID)
pojokmangaSource,
//Projeto Scanlator (PT-BR)
projetoscanlatorSource,
//ROG Mangás (PT-BR)
mangasoverallSource,
//Ragnarok Scanlation (ES)
ragnarokscanlationSource,
//Rainbow Fairy Scan (PT-BR)
rainbowfairyscanSource,
//Random Scan (PT-BR)
randomscanSource,
//ReaderGen (FR)
readergenSource,
//RichtoScan (ES)
richtoscanSource,
//Rightdark Scan (ES)
rightdarkscanSource,
//Rio2 Manga (EN)
rio2mangaSource,
//Romantik Manga (TR)
romantikmangaSource,
//S2Manga (EN)
s2mangaSource,
//SamuraiScan (ES)
samuraiscanSource,
//ScamberTraslator (ES)
scambertraslatorSource,
//Scantrad-VF (FR)
scantradvfSource,
//Shadowtrad (FR)
shadowtradSource,
//Shiba Manga (EN)
shibamangaSource,
//Sinensis Scan (PT-BR)
sinensisSource,
//Sweet Time Scan (PT-BR)
sweettimescanSource,
//Tatakae Scan (PT-BR)
tatakaescanSource,
//Taurus Fansub (ES)
taurusfansubSource,
//The Beginning After The End (FR)
thebeginningaftertheendSource,
//Tortuga Ceviri (TR)
tortugaceviriSource,
//Wicked Witch Scan (PT-BR)
wickedwitchscanSource,
//Winter Scan (PT-BR)
winterscanSource,
//Wonderland Scan (PT-BR)
wonderlandscanSource,
//Yuri Verso (PT-BR)
yuriversoSource,
//فالكون مانجا (AR)
falconmangaSource,
//مانجا العاشق (AR)
manga3asqSource,
//Grabber Zone (ALL)
grabberzoneSource,
//Gatemanga (AR)
gatemangaSource,
//GMANGA (unoriginal) (AR)
gmangasiteSource,
//مانجا لينك (AR)
mangalinkSource,
//MangaLionz (AR)
mangalionzSource,
//Manga Rose (AR)
mangaroseSource,
//MangaSpark (AR)
mangasparkSource,
//Manga Starz (AR)
mangastarzSource,
//Manga Time (AR)
mangatimeSource,
//Olaoe (AR)
olaoeSource,
//Rocks Manga (AR)
rocksmangaSource,
//DragonTea (EN)
dragonteaSource,
//Global Bloging (EN)
globalblogingSource,
//Manga347 (EN)
manga347Source,
//MangaEffect (EN)
mangaeffectSource,
//Manga-fast.com (EN)
mangafastcomSource,
//Manga Leveling (EN)
mangalevelingSource,
//NeatManga (EN)
neatmangaSource,
//NvManga (EN)
nvmangaSource,
//PMScans (EN)
pmscansSource,
//ReadManhua (EN)
readmanhuaSource,
//StoneScape (EN)
stonescapeSource,
//TappyToon.Net (EN)
tappytoonnetSource,
//Zinmanga.net (EN)
zinmanganetSource,
//BokugenTranslation (ES)
bokugentranslationSource,
//DapRob (ES)
daprobSource,
//DeManhuas (ES)
demanhuasSource,
//HerenScan (ES)
herenscanSource,
//HouseMangas (ES)
housemangasSource,
//InfraFandub (ES)
infrafandubSource,
//Inmoral No Fansub (ES)
inmoralnofansubSource,
//JeazScans (ES)
jeazscansSource,
//Jobsibe (ES)
jobsibeSource,
//LegnMangas (ES)
legendsnofansubSource,
//Manga Crab (ES)
mangacrabSource,
//MMFenix (ES)
mangafenixSource,
//Mangas No Sekai (ES)
mangasnosekaiSource,
//Manhua Online (ES)
manhuaonlineSource,
//MHScans (ES)
mhscansSource,
//Visormonarca (ES)
monarcamangaSource,
//Noblesse Translations (ES)
noblessetranslationsSource,
//Prince Ediciones (ES)
princedicionesSource,
//SapphireScan (ES)
sapphirescanSource,
//Tres Daos Scan (ES)
tresdaosscanSource,
//Unitoon (ES)
unitoonSource,
//Manga-Scantrad (FR)
mangascantradSource,
//Mangas-Origines.fr (FR)
mangasoriginesfrSource,
//Raijin Scans (FR)
raijinscansSource,
//Reaper Scans (EN)
reaperscansSource,
//Soft Epsilon Scan (FR)
softepsilonscanSource,
//Hwago (ID)
hwagoSource,
//KlikManga (ID)
klikmangaSource,
//Komikuzan (ID)
komikuzanSource,
//MG Komik (ID)
mgkomikSource,
//Siimanga (ID)
siimangaSource,
//Yubikiri (ID)
yubikiriSource,
//MangaHoNa (PL)
mangahonaSource,
//Alone Scanlator (PT-BR)
alonescanlatorSource,
//Boruto Explorer (PT-BR)
borutoexplorerSource,
//Crystal Comics (PT-BR)
crystalcomicsSource,
//Fay Scans (PT-BR)
fayscansSource,
//Galinha Samurai Scan (PT-BR)
galinhasamuraiscanSource,
//Hikari Ga Nai (PT-BR)
hikariganaiSource,
//Sagrado Império da Britannia (PT-BR)
imperiodabritanniaSource,
//Neroxus (PT-BR)
imperioscansSource,
//Leitor de Mangá (PT-BR)
leitordemangaSource,
//L Scans (PT-BR)
lscansSource,
//Lunar Scan (PT-BR)
lunarscanSource,
//MiniTwo Scan (PT-BR)
minitwoscanSource,
//Nexo Scans (PT-BR)
nexoscansSource,
//Ninja Scan (PT-BR)
ninjascanSource,
//One Piece TECA (PT-BR)
onepiecetecaSource,
//Demon Sect (PT-BR)
prismascansSource,
//Sussy Scan (PT-BR)
sussyscanSource,
//Kings-Manga (TH)
kingsmangaSource,
//MangaDeemak (TH)
mangadeemakSource,
//ManhuaBug (TH)
manhuabugSource,
//ManhuaThai (TH)
manhuathaiSource,
//ManhwaBreakup (TH)
manhwabreakupSource,
//Atikrost (TR)
atikrostSource,
//DiamondFansub (TR)
diamondfansubSource,
//ManWe (TR)
evascansSource,
//Garcia Manga (TR)
garciamangaSource,
//GuncelManga (TR)
guncelmangaSource,
//LilyumFansub (TR)
lilyumfansubSource,
//MangaGezgini (TR)
mangagezginiSource,
//Manga Keyfi (TR)
mangakeyfiSource,
//Manga Oku (TR)
mangaokuSource,
//MangaWOW (TR)
mangawowSource,
//Merlin Scans (TR)
merlinscansSource,
//Rüya Manga (TR)
ruyamangaSource,
//Türkçe Manga Oku (TR)
turkcemangaokuSource,
//Webtoon Hatti (TR)
webtoonhattiSource,
]
.map(
(e) =>
e
..itemType = ItemType.manga
..sourceCodeUrl = madaraSourceCodeUrl
..version = madaraVersion,
)
.toList();

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

View File

@@ -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",
);

Some files were not shown because too many files have changed in this diff Show More