[Kiryuu] Update domain (#2021)

Naga 9 months ago committed by GitHub
parent 7c74ff6177
commit 177d014b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,10 @@ import org.koitharu.kotatsu.parsers.site.mangareader.MangaReaderParser
@MangaSourceParser("KIRYUU", "Kiryuu", "id")
internal class KiryuuParser(context: MangaLoaderContext) :
MangaReaderParser(context, MangaParserSource.KIRYUU, "kiryuu01.com", pageSize = 30, searchPageSize = 10) {
MangaReaderParser(context, MangaParserSource.KIRYUU, "kiryuu02.com", pageSize = 50, searchPageSize = 10) {
override val listUrl = "/manga/"
override val filterCapabilities: MangaListFilterCapabilities
get() = super.filterCapabilities.copy(
isTagsExclusionSupported = false,

Loading…
Cancel
Save