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)'
|
||||
pkgNameSuffix = "all.madara"
|
||||
extClass = '.MadaraFactory'
|
||||
extVersionCode = 162
|
||||
extVersionCode = 163
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue