|
|
|
|
@ -5,17 +5,17 @@ import org.koitharu.kotatsu.parsers.MangaSourceParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.config.ConfigKey
|
|
|
|
|
import org.koitharu.kotatsu.parsers.model.MangaParserSource
|
|
|
|
|
import org.koitharu.kotatsu.parsers.site.mangabox.MangaboxParser
|
|
|
|
|
import org.koitharu.kotatsu.parsers.Broken
|
|
|
|
|
|
|
|
|
|
@Broken
|
|
|
|
|
@MangaSourceParser("MANGANATO", "Manganato", "en")
|
|
|
|
|
internal class Manganato(context: MangaLoaderContext) :
|
|
|
|
|
MangaboxParser(context, MangaParserSource.MANGANATO) {
|
|
|
|
|
override val configKeyDomain = ConfigKey.Domain(
|
|
|
|
|
"natomanga.com",
|
|
|
|
|
"manganato.gg",
|
|
|
|
|
"chapmanganato.to",
|
|
|
|
|
"chapmanganato.com",
|
|
|
|
|
)
|
|
|
|
|
override val otherDomain = "chapmanganato.gg"
|
|
|
|
|
override val otherDomain = "manganato.gg"
|
|
|
|
|
|
|
|
|
|
override val authorUrl = "/author/story"
|
|
|
|
|
override val selectPage = ".container-chapter-reader > img"
|
|
|
|
|
|