fix getting correct amount of chapters (#5329)
This commit is contained in:
parent
cbecaa4406
commit
86392bf6a9
@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Mangakawaii'
|
||||
pkgNameSuffix = 'fr.mangakawaii'
|
||||
extClass = '.MangaKawaii'
|
||||
extVersionCode = 12
|
||||
extVersionCode = 13
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
@ -31,7 +31,7 @@ class MangaKawaii : ParsedHttpSource() {
|
||||
override fun popularMangaSelector() = "a.hot-manga__item "
|
||||
override fun latestUpdatesSelector() = ".section__list-group li div.section__list-group-left"
|
||||
override fun searchMangaSelector() = "h1 + ul a[href*=manga]"
|
||||
override fun chapterListSelector() = "tr.chapter-item.volume-0, tr.chapter-item.volume-, tr.volume-0"
|
||||
override fun chapterListSelector() = "tr[class*=volume-]"
|
||||
|
||||
override fun popularMangaNextPageSelector() = "a[rel=next]"
|
||||
override fun latestUpdatesNextPageSelector(): String? = null
|
||||
|
Loading…
x
Reference in New Issue
Block a user