madara add n remove source (#5304)

add NeatManga
add WarQueenScan
remove KnightNoScanlation
This commit is contained in:
Riztard Lanthorn 2021-01-03 22:15:42 +07:00 committed by GitHub
parent ffc37b675f
commit 62852fd625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Madara (multiple sources)'
pkgNameSuffix = "all.madara"
extClass = '.MadaraFactory'
extVersionCode = 162
extVersionCode = 163
libVersion = '1.2'
containsNsfw = true
}

View File

@ -88,7 +88,6 @@ class MadaraFactory : SourceFactory {
KlanKomik(),
KlikManga(),
KMangaIn(),
KnightNoScanlation(),
Kombatch(),
KomikGo(),
LilyManga(),
@ -165,6 +164,7 @@ class MadaraFactory : SourceFactory {
MixedManga(),
MysticalMerries(),
NazarickScans(),
NeatManga(),
NekoBreaker(),
NekoScan(),
NeoxScanlator(),
@ -206,6 +206,7 @@ class MadaraFactory : SourceFactory {
TurkceManga(),
TwilightScans(),
Wakascan(),
WarQueenScan(),
WebNovel(),
WebToonily(),
WebtoonXYZ(),
@ -220,9 +221,14 @@ class MadaraFactory : SourceFactory {
// removed because scanlator site and they requested
// 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"))) {
override fun chapterFromElement(element: Element): SChapter {
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 KnightNoScanlation : Madara("Knight no Scanlation", "https://knightnoscanlation.com", "es")
class MangaTeca : Madara(
"MangaTeca",
"https://www.mangateca.com",