madara add n remove source (#5304)
add NeatManga add WarQueenScan remove KnightNoScanlation
This commit is contained in:
parent
ffc37b675f
commit
62852fd625
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Madara (multiple sources)'
|
extName = 'Madara (multiple sources)'
|
||||||
pkgNameSuffix = "all.madara"
|
pkgNameSuffix = "all.madara"
|
||||||
extClass = '.MadaraFactory'
|
extClass = '.MadaraFactory'
|
||||||
extVersionCode = 162
|
extVersionCode = 163
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
|
|
@ -88,7 +88,6 @@ class MadaraFactory : SourceFactory {
|
||||||
KlanKomik(),
|
KlanKomik(),
|
||||||
KlikManga(),
|
KlikManga(),
|
||||||
KMangaIn(),
|
KMangaIn(),
|
||||||
KnightNoScanlation(),
|
|
||||||
Kombatch(),
|
Kombatch(),
|
||||||
KomikGo(),
|
KomikGo(),
|
||||||
LilyManga(),
|
LilyManga(),
|
||||||
|
@ -165,6 +164,7 @@ class MadaraFactory : SourceFactory {
|
||||||
MixedManga(),
|
MixedManga(),
|
||||||
MysticalMerries(),
|
MysticalMerries(),
|
||||||
NazarickScans(),
|
NazarickScans(),
|
||||||
|
NeatManga(),
|
||||||
NekoBreaker(),
|
NekoBreaker(),
|
||||||
NekoScan(),
|
NekoScan(),
|
||||||
NeoxScanlator(),
|
NeoxScanlator(),
|
||||||
|
@ -206,6 +206,7 @@ class MadaraFactory : SourceFactory {
|
||||||
TurkceManga(),
|
TurkceManga(),
|
||||||
TwilightScans(),
|
TwilightScans(),
|
||||||
Wakascan(),
|
Wakascan(),
|
||||||
|
WarQueenScan(),
|
||||||
WebNovel(),
|
WebNovel(),
|
||||||
WebToonily(),
|
WebToonily(),
|
||||||
WebtoonXYZ(),
|
WebtoonXYZ(),
|
||||||
|
@ -220,9 +221,14 @@ class MadaraFactory : SourceFactory {
|
||||||
|
|
||||||
// removed because scanlator site and they requested
|
// removed because scanlator site and they requested
|
||||||
// AhStudios(),
|
// AhStudios(),
|
||||||
|
// KnightNoScanlation(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
class NeatManga : Madara("NeatManga", "https://neatmanga.com", "en", SimpleDateFormat("dd MMM yyyy", Locale.US))
|
||||||
|
|
||||||
|
class WarQueenScan : Madara("War Queen Scan", "https://wqscan.com", "pt-BR", SimpleDateFormat("dd/MM/yyyy", Locale.US))
|
||||||
|
|
||||||
class StageComics : Madara("StageComics", "https://stagecomics.com", "pt-BR", SimpleDateFormat("MMMM dd, yyyy", Locale("pt"))) {
|
class StageComics : Madara("StageComics", "https://stagecomics.com", "pt-BR", SimpleDateFormat("MMMM dd, yyyy", Locale("pt"))) {
|
||||||
override fun chapterFromElement(element: Element): SChapter {
|
override fun chapterFromElement(element: Element): SChapter {
|
||||||
val parsedChapter = super.chapterFromElement(element)
|
val parsedChapter = super.chapterFromElement(element)
|
||||||
|
@ -1464,8 +1470,6 @@ class MangaGecesi : Madara("Manga Gecesi", "https://mangagecesi.com", "tr") {
|
||||||
|
|
||||||
class MangaWOW : Madara("MangaWOW", "https://mangawow.com", "tr")
|
class MangaWOW : Madara("MangaWOW", "https://mangawow.com", "tr")
|
||||||
|
|
||||||
class KnightNoScanlation : Madara("Knight no Scanlation", "https://knightnoscanlation.com", "es")
|
|
||||||
|
|
||||||
class MangaTeca : Madara(
|
class MangaTeca : Madara(
|
||||||
"MangaTeca",
|
"MangaTeca",
|
||||||
"https://www.mangateca.com",
|
"https://www.mangateca.com",
|
||||||
|
|
Loading…
Reference in New Issue