TruyenQQ: Missed unwrap text css 'p' (#11647)
TruyenQQ Missed unwrap css p no need to bump version
This commit is contained in:
parent
43a4da5a3b
commit
1a0a2fa4bf
@ -109,8 +109,8 @@ class TruyenQQ : ParsedHttpSource(), ConfigurableSource {
|
|||||||
author = info.select(".org").joinToString { it.text() }
|
author = info.select(".org").joinToString { it.text() }
|
||||||
genre = document.select(".list01 li").joinToString { it.text() }
|
genre = document.select(".list01 li").joinToString { it.text() }
|
||||||
description = document.select(".story-detail-info").joinToString {
|
description = document.select(".story-detail-info").joinToString {
|
||||||
it.select("a, strong").unwrap()
|
it.select("a, strong, p").unwrap()
|
||||||
it.wholeText()
|
it.wholeText().trim()
|
||||||
}
|
}
|
||||||
thumbnail_url = document.selectFirst("img[itemprop=image]")?.absUrl("src")
|
thumbnail_url = document.selectFirst("img[itemprop=image]")?.absUrl("src")
|
||||||
status = when (info.select(".status > p:last-child").text()) {
|
status = when (info.select(".status > p:last-child").text()) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user