Haomanwu: Fix manga detail title (#11538)

This commit is contained in:
zhongfly 2022-04-21 18:34:23 +08:00 committed by GitHub
parent 1e0473d8bd
commit 9d238759a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Haomanwu'
pkgNameSuffix = 'zh.haomanwu'
extClass = '.Haomanwu'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View File

@ -51,7 +51,7 @@ class Haomanwu : ParsedHttpSource() {
// Details
override fun mangaDetailsParse(document: Document): SManga = SManga.create().apply {
title = document.select("p.comic-title").text()
title = document.select("div.de-info__box > p.comic-title").text()
thumbnail_url = document.select("div.de-info__cover > img").attr("src")
author = document.select("div.comic-author > span.name > a").text()
artist = author