|
|
|
|
@ -9,6 +9,6 @@ import org.koitharu.kotatsu.parsers.site.mangabox.MangaboxParser
|
|
|
|
|
@MangaSourceParser("MANGANELO_COM", "MangaNelo.com", "en")
|
|
|
|
|
internal class MangaNeloCom(context: MangaLoaderContext) :
|
|
|
|
|
MangaboxParser(context, MangaParserSource.MANGANELO_COM) {
|
|
|
|
|
override val configKeyDomain = ConfigKey.Domain("m.manganelo.com", "chapmanganelo.com")
|
|
|
|
|
override val configKeyDomain = ConfigKey.Domain("nelomanga.com", "m.manganelo.com", "chapmanganelo.com")
|
|
|
|
|
override val otherDomain = "chapmanganelo.com"
|
|
|
|
|
}
|
|
|
|
|
|