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

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
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ class WeebCentral : ParsedHttpSource() {
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 {
name = element.selectFirst("span.flex > span")!!.text()