TruyenQQ: Missed unwrap text css 'p' (#11647)

TruyenQQ Missed unwrap css p

no need to bump version
This commit is contained in:
are-are-are 2025-11-15 01:02:40 +07:00 committed by Draff
parent 43a4da5a3b
commit 1a0a2fa4bf
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -109,8 +109,8 @@ class TruyenQQ : ParsedHttpSource(), ConfigurableSource {
author = info.select(".org").joinToString { it.text() }
genre = document.select(".list01 li").joinToString { it.text() }
description = document.select(".story-detail-info").joinToString {
it.select("a, strong").unwrap()
it.wholeText()
it.select("a, strong, p").unwrap()
it.wholeText().trim()
}
thumbnail_url = document.selectFirst("img[itemprop=image]")?.absUrl("src")
status = when (info.select(".status > p:last-child").text()) {