refactor: organize sources by language directories
@@ -0,0 +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/en/asurascansus/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/asurascansus/icon.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
15
dart/manga/multisrc/madara/src/en/chibimanga/chibimanga.dart
Normal file
@@ -0,0 +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/en/chibimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/chibimanga/icon.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
@@ -0,0 +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/en/coffeemanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/coffeemanga/icon.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
14
dart/manga/multisrc/madara/src/en/dragontea/dragontea.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
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/en/dragontea/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/dragontea/icon.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
15
dart/manga/multisrc/madara/src/en/elitemanga/elitemanga.dart
Normal file
@@ -0,0 +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/en/elitemanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/elitemanga/icon.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
15
dart/manga/multisrc/madara/src/en/factmanga/factmanga.dart
Normal file
@@ -0,0 +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/en/factmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/factmanga/icon.png
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
@@ -0,0 +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/en/firstkissdashmanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/firstkissdashmanga/icon.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
@@ -0,0 +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/en/freemangatop/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/freemangatop/icon.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,14 @@
|
||||
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/en/globalbloging/icon.png",
|
||||
dateFormat: "dd MMMM yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/globalbloging/icon.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
15
dart/manga/multisrc/madara/src/en/harimanga/harimanga.dart
Normal file
@@ -0,0 +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/en/harimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/harimanga/icon.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
dart/manga/multisrc/madara/src/en/immortalupdates/icon.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +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/en/immortalupdates/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/isekaiscanmanga/icon.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +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/en/isekaiscanmanga/icon.png",
|
||||
dateFormat: "dd MMM، yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/jimanga/icon.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
15
dart/manga/multisrc/madara/src/en/jimanga/jimanga.dart
Normal file
@@ -0,0 +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/en/jimanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/komikchan/icon.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
15
dart/manga/multisrc/madara/src/en/komikchan/komikchan.dart
Normal file
@@ -0,0 +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/en/komikchan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/ksgroupscans/icon.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +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/en/ksgroupscans/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/leviatanscans/icon.png
Normal file
|
After Width: | Height: | Size: 4.6 KiB |
@@ -0,0 +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/en/leviatanscans/icon.png",
|
||||
dateFormat: "MMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/lhtranslation/icon.png
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
@@ -0,0 +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/en/lhtranslation/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/luffymanga/icon.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
15
dart/manga/multisrc/madara/src/en/luffymanga/luffymanga.dart
Normal file
@@ -0,0 +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/en/luffymanga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manga347/icon.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
14
dart/manga/multisrc/madara/src/en/manga347/manga347.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
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/en/manga347/icon.png",
|
||||
dateFormat: "d MMM, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaclash/icon.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
15
dart/manga/multisrc/madara/src/en/mangaclash/mangaclash.dart
Normal file
@@ -0,0 +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/en/mangaclash/icon.png",
|
||||
dateFormat: "MM/dd/yy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaeffect/icon.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,14 @@
|
||||
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/en/mangaeffect/icon.png",
|
||||
dateFormat: "dd.MM.yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangafastcom/icon.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,14 @@
|
||||
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/en/mangafastcom/icon.png",
|
||||
dateFormat: "d MMMM'،' yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangafreakonline/icon.png
Normal file
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +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/en/mangafreakonline/icon.png",
|
||||
dateFormat: "d MMMM، yyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangagalaxy/icon.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
@@ -0,0 +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/en/mangagalaxy/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangagreat/icon.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
15
dart/manga/multisrc/madara/src/en/mangagreat/mangagreat.dart
Normal file
@@ -0,0 +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/en/mangagreat/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangakomi/icon.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
15
dart/manga/multisrc/madara/src/en/mangakomi/mangakomi.dart
Normal file
@@ -0,0 +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/en/mangakomi/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaleveling/icon.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,14 @@
|
||||
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/en/mangaleveling/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaread/icon.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
15
dart/manga/multisrc/madara/src/en/mangaread/mangaread.dart
Normal file
@@ -0,0 +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/en/mangaread/icon.png",
|
||||
dateFormat: "yyyy-MM-dd",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangareadorg/icon.png
Normal file
|
After Width: | Height: | Size: 7.2 KiB |
@@ -0,0 +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/en/mangareadorg/icon.png",
|
||||
dateFormat: "dd.MM.yyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangarolls/icon.png
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
15
dart/manga/multisrc/madara/src/en/mangarolls/mangarolls.dart
Normal file
@@ -0,0 +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/en/mangarolls/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangasushi/icon.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
15
dart/manga/multisrc/madara/src/en/mangasushi/mangasushi.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangasushiSource => _mangasushiSource;
|
||||
|
||||
Source _mangasushiSource = Source(
|
||||
name: "Mangasushi",
|
||||
baseUrl: "https://mangasushi.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangasushi/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangatxgg/icon.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
15
dart/manga/multisrc/madara/src/en/mangatxgg/mangatxgg.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatxggSource => _mangatxggSource;
|
||||
|
||||
Source _mangatxggSource = Source(
|
||||
name: "Manga Tx.gg (unoriginal)",
|
||||
baseUrl: "https://mangatx.gg",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangatxgg/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangatxunoriginal/icon.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatxunoriginalSource => _mangatxunoriginalSource;
|
||||
|
||||
Source _mangatxunoriginalSource = Source(
|
||||
name: "Manga-TX",
|
||||
baseUrl: "https://manga-tx.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangatxunoriginal/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangatyrant/icon.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangatyrantSource => _mangatyrantSource;
|
||||
|
||||
Source _mangatyrantSource = Source(
|
||||
name: "MangaTyrant",
|
||||
baseUrl: "https://mangatyrant.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangatyrant/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaus/icon.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
15
dart/manga/multisrc/madara/src/en/mangaus/mangaus.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangausSource => _mangausSource;
|
||||
|
||||
Source _mangausSource = Source(
|
||||
name: "MangaUS",
|
||||
baseUrl: "https://mangaus.xyz",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangaus/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/mangaweebs/icon.png
Normal file
|
After Width: | Height: | Size: 7.1 KiB |
15
dart/manga/multisrc/madara/src/en/mangaweebs/mangaweebs.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get mangaweebsSource => _mangaweebsSource;
|
||||
|
||||
Source _mangaweebsSource = Source(
|
||||
name: "Manga Weebs",
|
||||
baseUrl: "https://mangaweebs.in",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/mangaweebs/icon.png",
|
||||
dateFormat: "dd MMMM HH:mm",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhuaes/icon.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
15
dart/manga/multisrc/madara/src/en/manhuaes/manhuaes.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhuaesSource => _manhuaesSource;
|
||||
|
||||
Source _manhuaesSource = Source(
|
||||
name: "Manhua ES",
|
||||
baseUrl: "https://manhuaaz.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhuaes/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhuaus/icon.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
15
dart/manga/multisrc/madara/src/en/manhuaus/manhuaus.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhuausSource => _manhuausSource;
|
||||
|
||||
Source _manhuausSource = Source(
|
||||
name: "ManhuaUS",
|
||||
baseUrl: "https://manhuaus.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhuaus/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhuazone/icon.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
15
dart/manga/multisrc/madara/src/en/manhuazone/manhuazone.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhuazoneSource => _manhuazoneSource;
|
||||
|
||||
Source _manhuazoneSource = Source(
|
||||
name: "ManhuaZone",
|
||||
baseUrl: "https://manhuazone.org",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhuazone/icon.png",
|
||||
dateFormat: "MMM d, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhwaclan/icon.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
15
dart/manga/multisrc/madara/src/en/manhwaclan/manhwaclan.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhwaclanSource => _manhwaclanSource;
|
||||
|
||||
Source _manhwaclanSource = Source(
|
||||
name: "ManhwaClan",
|
||||
baseUrl: "https://manhwaclan.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhwaclan/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhwafull/icon.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
15
dart/manga/multisrc/madara/src/en/manhwafull/manhwafull.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhwafullSource => _manhwafullSource;
|
||||
|
||||
Source _manhwafullSource = Source(
|
||||
name: "Manhwafull",
|
||||
baseUrl: "https://manhwafull.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhwafull/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/manhwaworld/icon.png
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get manhwaworldSource => _manhwaworldSource;
|
||||
|
||||
Source _manhwaworldSource = Source(
|
||||
name: "AQUA Scans",
|
||||
baseUrl: "https://aquascans.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/manhwaworld/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/neatmanga/icon.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
14
dart/manga/multisrc/madara/src/en/neatmanga/neatmanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get neatmangaSource => _neatmangaSource;
|
||||
Source _neatmangaSource = Source(
|
||||
name: "NeatManga",
|
||||
baseUrl: "https://neatmanga.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/neatmanga/icon.png",
|
||||
dateFormat: "dd MMM yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/nvmanga/icon.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
14
dart/manga/multisrc/madara/src/en/nvmanga/nvmanga.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get nvmangaSource => _nvmangaSource;
|
||||
Source _nvmangaSource = Source(
|
||||
name: "NvManga",
|
||||
baseUrl: "https://nvmanga.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/nvmanga/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/pmscans/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
14
dart/manga/multisrc/madara/src/en/pmscans/pmscans.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get pmscansSource => _pmscansSource;
|
||||
Source _pmscansSource = Source(
|
||||
name: "PMScans",
|
||||
baseUrl: "https://rackusreads.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/pmscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "en",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/readmanhua/icon.png
Normal file
|
After Width: | Height: | Size: 8.1 KiB |
14
dart/manga/multisrc/madara/src/en/readmanhua/readmanhua.dart
Normal file
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get readmanhuaSource => _readmanhuaSource;
|
||||
Source _readmanhuaSource = Source(
|
||||
name: "ReadManhua",
|
||||
baseUrl: "https://readmanhua.net",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/readmanhua/icon.png",
|
||||
dateFormat: "dd MMM yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/reaperscans/icon.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,14 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get reaperscansSource => _reaperscansSource;
|
||||
Source _reaperscansSource = Source(
|
||||
name: "Reaper Scans",
|
||||
baseUrl: "https://reaperscans.com",
|
||||
lang: "en",
|
||||
isNsfw: false,
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/en/reaperscans/icon.png",
|
||||
dateFormat: "dd/MM/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/rio2manga/icon.png
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
15
dart/manga/multisrc/madara/src/en/rio2manga/rio2manga.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get rio2mangaSource => _rio2mangaSource;
|
||||
|
||||
Source _rio2mangaSource = Source(
|
||||
name: "Rio2 Manga",
|
||||
baseUrl: "https://rio2manga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/rio2manga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/s2manga/icon.png
Normal file
|
After Width: | Height: | Size: 9.3 KiB |
15
dart/manga/multisrc/madara/src/en/s2manga/s2manga.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get s2mangaSource => _s2mangaSource;
|
||||
|
||||
Source _s2mangaSource = Source(
|
||||
name: "S2Manga",
|
||||
baseUrl: "https://www.s2manga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/s2manga/icon.png",
|
||||
dateFormat: "MMMM dd, yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||
BIN
dart/manga/multisrc/madara/src/en/shibamanga/icon.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
15
dart/manga/multisrc/madara/src/en/shibamanga/shibamanga.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
import '../../../../../../../model/source.dart';
|
||||
|
||||
Source get shibamangaSource => _shibamangaSource;
|
||||
|
||||
Source _shibamangaSource = Source(
|
||||
name: "Shiba Manga",
|
||||
baseUrl: "https://shibamanga.com",
|
||||
lang: "en",
|
||||
|
||||
typeSource: "madara",
|
||||
iconUrl:
|
||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/madara/src/en/shibamanga/icon.png",
|
||||
dateFormat: "MM/dd/yyyy",
|
||||
dateFormatLocale: "en_us",
|
||||
);
|
||||