KomikCast: Fix chapter titles (#17818)

KomikCastc: fix chapter titles
This commit is contained in:
Ahmad Ghoni Arrozaq 2023-09-06 23:38:55 +07:00 committed by GitHub
parent 4c3e66cf20
commit 3db69ff4fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ class KomikCast : MangaThemesia(
override fun chapterFromElement(element: Element) = SChapter.create().apply {
val urlElements = element.select("a")
setUrlWithoutDomain(urlElements.attr("href"))
name = element.select(".lch a, .chapternum").text().ifBlank { urlElements.first()!!.text() }
name = element.select(".chapter-link-item").text()
date_upload = parseChapterDate2(element.select(".chapter-link-time").text())
}

View File

@ -48,7 +48,7 @@ class MangaThemesiaGenerator : ThemeSourceGenerator {
SingleLang("Komiksan", "https://komiksan.link", "id", overrideVersionCode = 2),
SingleLang("Kiryuu", "https://kiryuu.id", "id", overrideVersionCode = 6),
SingleLang("Komik AV", "https://komikav.com", "id", overrideVersionCode = 1),
SingleLang("Komik Cast", "https://komikcast.io", "id", overrideVersionCode = 19),
SingleLang("Komik Cast", "https://komikcast.io", "id", overrideVersionCode = 20),
SingleLang("KomikDewasa", "https://komikdewasa.org", "id", isNsfw = true),
SingleLang("Komik Station", "https://komikstation.co", "id", overrideVersionCode = 3),
SingleLang("KomikIndo.co", "https://komikindo.co", "id", className = "KomikindoCo", overrideVersionCode = 3),