Merge pull request #274 from xMohnad/manga/arabic-sources-maintenance
Manga/arabic sources maintenance
@@ -93,17 +93,13 @@ import 'src/wickedwitchscan/wickedwitchscan.dart';
|
|||||||
import 'src/winterscan/winterscan.dart';
|
import 'src/winterscan/winterscan.dart';
|
||||||
import 'src/wonderlandscan/wonderlandscan.dart';
|
import 'src/wonderlandscan/wonderlandscan.dart';
|
||||||
import 'src/yuriverso/yuriverso.dart';
|
import 'src/yuriverso/yuriverso.dart';
|
||||||
import 'src/falconmanga/falconmanga.dart';
|
|
||||||
import 'src/manga3asq/manga3asq.dart';
|
import 'src/manga3asq/manga3asq.dart';
|
||||||
import 'src/grabberzone/grabberzone.dart';
|
import 'src/grabberzone/grabberzone.dart';
|
||||||
import 'src/gatemanga/gatemanga.dart';
|
|
||||||
import 'src/gmangasite/gmangasite.dart';
|
|
||||||
import 'src/mangalink/mangalink.dart';
|
import 'src/mangalink/mangalink.dart';
|
||||||
import 'src/mangalionz/mangalionz.dart';
|
import 'src/mangalionz/mangalionz.dart';
|
||||||
import 'src/mangarose/mangarose.dart';
|
import 'src/mangarose/mangarose.dart';
|
||||||
import 'src/mangaspark/mangaspark.dart';
|
import 'src/mangaspark/mangaspark.dart';
|
||||||
import 'src/mangastarz/mangastarz.dart';
|
import 'src/mangastarz/mangastarz.dart';
|
||||||
import 'src/mangatime/mangatime.dart';
|
|
||||||
import 'src/olaoe/olaoe.dart';
|
import 'src/olaoe/olaoe.dart';
|
||||||
import 'src/rocksmanga/rocksmanga.dart';
|
import 'src/rocksmanga/rocksmanga.dart';
|
||||||
import 'src/dragontea/dragontea.dart';
|
import 'src/dragontea/dragontea.dart';
|
||||||
@@ -380,16 +376,10 @@ List<Source> _madaraSourcesList =
|
|||||||
wonderlandscanSource,
|
wonderlandscanSource,
|
||||||
//Yuri Verso (PT-BR)
|
//Yuri Verso (PT-BR)
|
||||||
yuriversoSource,
|
yuriversoSource,
|
||||||
//فالكون مانجا (AR)
|
|
||||||
falconmangaSource,
|
|
||||||
//مانجا العاشق (AR)
|
//مانجا العاشق (AR)
|
||||||
manga3asqSource,
|
manga3asqSource,
|
||||||
//Grabber Zone (ALL)
|
//Grabber Zone (ALL)
|
||||||
grabberzoneSource,
|
grabberzoneSource,
|
||||||
//Gatemanga (AR)
|
|
||||||
gatemangaSource,
|
|
||||||
//GMANGA (unoriginal) (AR)
|
|
||||||
gmangasiteSource,
|
|
||||||
//مانجا لينك (AR)
|
//مانجا لينك (AR)
|
||||||
mangalinkSource,
|
mangalinkSource,
|
||||||
//MangaLionz (AR)
|
//MangaLionz (AR)
|
||||||
@@ -400,8 +390,6 @@ List<Source> _madaraSourcesList =
|
|||||||
mangasparkSource,
|
mangasparkSource,
|
||||||
//Manga Starz (AR)
|
//Manga Starz (AR)
|
||||||
mangastarzSource,
|
mangastarzSource,
|
||||||
//Manga Time (AR)
|
|
||||||
mangatimeSource,
|
|
||||||
//Olaoe (AR)
|
//Olaoe (AR)
|
||||||
olaoeSource,
|
olaoeSource,
|
||||||
//Rocks Manga (AR)
|
//Rocks Manga (AR)
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
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",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 2.3 KiB |
@@ -1,14 +0,0 @@
|
|||||||
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",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 9.4 KiB |
@@ -1,14 +0,0 @@
|
|||||||
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",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 6.8 KiB |
@@ -3,7 +3,7 @@ import '../../../../../../model/source.dart';
|
|||||||
Source get mangalinkSource => _mangalinkSource;
|
Source get mangalinkSource => _mangalinkSource;
|
||||||
Source _mangalinkSource = Source(
|
Source _mangalinkSource = Source(
|
||||||
name: "مانجا لينك",
|
name: "مانجا لينك",
|
||||||
baseUrl: "https://manga-link.com",
|
baseUrl: "https://link-manga.com",
|
||||||
lang: "ar",
|
lang: "ar",
|
||||||
isNsfw: false,
|
isNsfw: false,
|
||||||
typeSource: "madara",
|
typeSource: "madara",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.3 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get mangatimeSource => _mangatimeSource;
|
|
||||||
Source _mangatimeSource = Source(
|
|
||||||
name: "Manga Time",
|
|
||||||
baseUrl: "https://mangatime.us",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "madara",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/main/dart/manga/multisrc/madara/src/mangatime/icon.png",
|
|
||||||
dateFormat: "dd MMMM، yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
@@ -3,7 +3,7 @@ import '../../../../../../model/source.dart';
|
|||||||
Source get rocksmangaSource => _rocksmangaSource;
|
Source get rocksmangaSource => _rocksmangaSource;
|
||||||
Source _rocksmangaSource = Source(
|
Source _rocksmangaSource = Source(
|
||||||
name: "Rocks Manga",
|
name: "Rocks Manga",
|
||||||
baseUrl: "https://rocks-manga.com",
|
baseUrl: "https://rocksmanga.com",
|
||||||
lang: "ar",
|
lang: "ar",
|
||||||
isNsfw: false,
|
isNsfw: false,
|
||||||
typeSource: "madara",
|
typeSource: "madara",
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
import '../../../../model/source.dart';
|
import '../../../../model/source.dart';
|
||||||
import 'src/beastscans/beastscans.dart';
|
|
||||||
import 'src/lelmanga/lelmanga.dart';
|
import 'src/lelmanga/lelmanga.dart';
|
||||||
import 'src/komiklab/komiklab.dart';
|
import 'src/komiklab/komiklab.dart';
|
||||||
import 'src/azurescans/azurescans.dart';
|
import 'src/azurescans/azurescans.dart';
|
||||||
@@ -12,7 +11,6 @@ import 'src/katakomik/katakomik.dart';
|
|||||||
import 'src/komikstation/komikstation.dart';
|
import 'src/komikstation/komikstation.dart';
|
||||||
import 'src/komikmama/komikmama.dart';
|
import 'src/komikmama/komikmama.dart';
|
||||||
import 'src/komikucom/komikucom.dart';
|
import 'src/komikucom/komikucom.dart';
|
||||||
import 'src/magusmanga/magusmanga.dart';
|
|
||||||
import 'src/mangaindome/mangaindome.dart';
|
import 'src/mangaindome/mangaindome.dart';
|
||||||
import 'src/mangacim/mangacim.dart';
|
import 'src/mangacim/mangacim.dart';
|
||||||
import 'src/mangatale/mangatale.dart';
|
import 'src/mangatale/mangatale.dart';
|
||||||
@@ -37,14 +35,9 @@ import 'src/thunderscans/thunderscans.dart';
|
|||||||
import 'src/areamanga/areamanga.dart';
|
import 'src/areamanga/areamanga.dart';
|
||||||
import 'src/areascans/areascans.dart';
|
import 'src/areascans/areascans.dart';
|
||||||
import 'src/aresnov/aresnov.dart';
|
import 'src/aresnov/aresnov.dart';
|
||||||
import 'src/crowscans/crowscans.dart';
|
|
||||||
import 'src/iimanga/iimanga.dart';
|
|
||||||
import 'src/mangaflame/mangaflame.dart';
|
import 'src/mangaflame/mangaflame.dart';
|
||||||
import 'src/manganoon/manganoon.dart';
|
import 'src/manganoon/manganoon.dart';
|
||||||
import 'src/mangapro/mangapro.dart';
|
|
||||||
import 'src/mangaswat/mangaswat.dart';
|
import 'src/mangaswat/mangaswat.dart';
|
||||||
import 'src/mangatak/mangatak.dart';
|
|
||||||
import 'src/potatomanga/potatomanga.dart';
|
|
||||||
import 'src/stellarsaber/stellarsaber.dart';
|
import 'src/stellarsaber/stellarsaber.dart';
|
||||||
import 'src/rizzcomic/rizzcomic.dart';
|
import 'src/rizzcomic/rizzcomic.dart';
|
||||||
import 'src/berserkerscan/berserkerscan.dart';
|
import 'src/berserkerscan/berserkerscan.dart';
|
||||||
@@ -100,8 +93,6 @@ const mangareaderSourceCodeUrl =
|
|||||||
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
List<Source> get mangareaderSourcesList => _mangareaderSourcesList;
|
||||||
List<Source> _mangareaderSourcesList =
|
List<Source> _mangareaderSourcesList =
|
||||||
[
|
[
|
||||||
//Beast Scans (AR)
|
|
||||||
beastscansSource,
|
|
||||||
//Lelmanga (FR)
|
//Lelmanga (FR)
|
||||||
lelmangaSource,
|
lelmangaSource,
|
||||||
//KomikLab Scans (EN)
|
//KomikLab Scans (EN)
|
||||||
@@ -126,8 +117,6 @@ List<Source> _mangareaderSourcesList =
|
|||||||
komikmamaSource,
|
komikmamaSource,
|
||||||
//Komiku.com (ID)
|
//Komiku.com (ID)
|
||||||
komikucomSource,
|
komikucomSource,
|
||||||
//Magus Manga (AR)
|
|
||||||
magusmangaSource,
|
|
||||||
//Manga Indo.me (ID)
|
//Manga Indo.me (ID)
|
||||||
mangaindomeSource,
|
mangaindomeSource,
|
||||||
//Mangacim (TR)
|
//Mangacim (TR)
|
||||||
@@ -178,22 +167,12 @@ List<Source> _mangareaderSourcesList =
|
|||||||
aresnovSource,
|
aresnovSource,
|
||||||
//Umi Manga (AR)
|
//Umi Manga (AR)
|
||||||
beastscansSource,
|
beastscansSource,
|
||||||
//Crow Scans (AR)
|
|
||||||
crowscansSource,
|
|
||||||
//ARESManga (AR)
|
|
||||||
iimangaSource,
|
|
||||||
//Manga Flame (AR)
|
//Manga Flame (AR)
|
||||||
mangaflameSource,
|
mangaflameSource,
|
||||||
//مانجا نون (AR)
|
//مانجا نون (AR)
|
||||||
manganoonSource,
|
manganoonSource,
|
||||||
//Manga Pro (AR)
|
|
||||||
mangaproSource,
|
|
||||||
//MangaSwat (AR)
|
//MangaSwat (AR)
|
||||||
mangaswatSource,
|
mangaswatSource,
|
||||||
//MangaTak (AR)
|
|
||||||
mangatakSource,
|
|
||||||
//PotatoManga (AR)
|
|
||||||
potatomangaSource,
|
|
||||||
//StellarSaber (AR)
|
//StellarSaber (AR)
|
||||||
stellarsaberSource,
|
stellarsaberSource,
|
||||||
//Rizz Comic (EN)
|
//Rizz Comic (EN)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import '../../../../../../model/source.dart';
|
|||||||
Source get areamangaSource => _areamangaSource;
|
Source get areamangaSource => _areamangaSource;
|
||||||
Source _areamangaSource = Source(
|
Source _areamangaSource = Source(
|
||||||
name: "أريا مانجا",
|
name: "أريا مانجا",
|
||||||
baseUrl: "https://www.areascans.net",
|
baseUrl: "https://ar.kenmanga.com",
|
||||||
lang: "ar",
|
lang: "ar",
|
||||||
isNsfw: false,
|
isNsfw: false,
|
||||||
typeSource: "mangareader",
|
typeSource: "mangareader",
|
||||||
|
|||||||
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get beastscansSource => _beastscansSource;
|
|
||||||
|
|
||||||
Source _beastscansSource = Source(
|
|
||||||
name: "Beast Scans",
|
|
||||||
baseUrl: "https://beast-scans.com",
|
|
||||||
lang: "ar",
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/beastscans/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 8.6 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get crowscansSource => _crowscansSource;
|
|
||||||
Source _crowscansSource = Source(
|
|
||||||
name: "Crow Scans",
|
|
||||||
baseUrl: "https://crowscans.com",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/crowscans/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 8.6 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get iimangaSource => _iimangaSource;
|
|
||||||
Source _iimangaSource = Source(
|
|
||||||
name: "ARESManga",
|
|
||||||
baseUrl: "https://fl-ares.com",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/iimanga/icon.png",
|
|
||||||
dateFormat: "MMMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 8.2 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get magusmangaSource => _magusmangaSource;
|
|
||||||
|
|
||||||
Source _magusmangaSource = Source(
|
|
||||||
name: "Magus Manga",
|
|
||||||
baseUrl: "https://magusmanga.com",
|
|
||||||
lang: "ar",
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/magusmanga/icon.png",
|
|
||||||
dateFormat: "MMMMM d, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 4.8 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get mangaproSource => _mangaproSource;
|
|
||||||
Source _mangaproSource = Source(
|
|
||||||
name: "Manga Pro",
|
|
||||||
baseUrl: "https://mangapro.club",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangapro/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
@@ -3,7 +3,7 @@ import '../../../../../../model/source.dart';
|
|||||||
Source get mangaswatSource => _mangaswatSource;
|
Source get mangaswatSource => _mangaswatSource;
|
||||||
Source _mangaswatSource = Source(
|
Source _mangaswatSource = Source(
|
||||||
name: "MangaSwat",
|
name: "MangaSwat",
|
||||||
baseUrl: "https://normoyun.com",
|
baseUrl: "https://swatscans.com",
|
||||||
lang: "ar",
|
lang: "ar",
|
||||||
isNsfw: false,
|
isNsfw: false,
|
||||||
typeSource: "mangareader",
|
typeSource: "mangareader",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.0 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get mangatakSource => _mangatakSource;
|
|
||||||
Source _mangatakSource = Source(
|
|
||||||
name: "MangaTak",
|
|
||||||
baseUrl: "https://mangatak.com",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/mangatak/icon.png",
|
|
||||||
dateFormat: "MMMM DD, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||
|
Before Width: | Height: | Size: 9.9 KiB |
@@ -1,14 +0,0 @@
|
|||||||
import '../../../../../../model/source.dart';
|
|
||||||
|
|
||||||
Source get potatomangaSource => _potatomangaSource;
|
|
||||||
Source _potatomangaSource = Source(
|
|
||||||
name: "PotatoManga",
|
|
||||||
baseUrl: "https://ar.potatomanga.xyz",
|
|
||||||
lang: "ar",
|
|
||||||
isNsfw: false,
|
|
||||||
typeSource: "mangareader",
|
|
||||||
iconUrl:
|
|
||||||
"https://raw.githubusercontent.com/kodjodevf/mangayomi-extensions/$branchName/dart/manga/multisrc/mangareader/src/potatomanga/icon.png",
|
|
||||||
dateFormat: "MMMM dd, yyyy",
|
|
||||||
dateFormatLocale: "ar",
|
|
||||||
);
|
|
||||||