test fix for weebcentral
All checks were successful
CI / Prepare job (push) Successful in 4s
CI / Build individual modules (push) Successful in 3m14s
CI / Publish repo (push) Successful in 41s

This commit is contained in:
Draff 2025-01-26 02:49:41 +00:00
parent 988d1b04af
commit dfb448cbff
No known key found for this signature in database
GPG Key ID: E8A89F3211677653

View File

@ -152,7 +152,7 @@ class WeebCentral : ParsedHttpSource() {
return GET(url, headers) return GET(url, headers)
} }
override fun chapterListSelector() = "a[x-data]" override fun chapterListSelector() = "div[x-data] > a"
override fun chapterFromElement(element: Element): SChapter = SChapter.create().apply { override fun chapterFromElement(element: Element): SChapter = SChapter.create().apply {
name = element.selectFirst("span.flex > span")!!.text() name = element.selectFirst("span.flex > span")!!.text()