fix Komiku chapter (#4996)

fix Komiku chapter
This commit is contained in:
Riztard Lanthorn 2020-12-02 22:10:14 +07:00 committed by GitHub
parent 4f36aef73d
commit 97b26f38b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Komiku'
pkgNameSuffix = 'id.komiku'
extClass = '.Komiku'
extVersionCode = 4
extVersionCode = 5
libVersion = '1.2'
}

View File

@ -75,7 +75,7 @@ class Komiku : ParsedHttpSource() {
else -> SManga.UNKNOWN
}
override fun chapterListSelector() = "table#Daftar_Chapter tr:has(td.judulseries)"
override fun chapterListSelector() = "table.chapter tr:has(td.judulseries)"
override fun chapterFromElement(element: Element) = SChapter.create().apply {
setUrlWithoutDomain(element.select("a").attr("href"))