|
|
|
|
@ -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,
|
|
|
|
|
|