ManhwaHentai Manga Description (show more fix) (#993)
* Fix Manga Description showing (show more) * Update build.gradle
This commit is contained in:
parent
8fbcf68131
commit
05d78d4a90
|
@ -121,7 +121,7 @@ class Manhwahentai: ParsedHttpSource() {
|
|||
manga.genre =genres.joinToString(", ")
|
||||
manga.status = parseStatus(infoElement.select("div.post-status > div:nth-child(2) div").text())
|
||||
|
||||
manga.description = document.select("div.description-summary")?.text()
|
||||
manga.description = document.select("div.summary__content > p")?.text()
|
||||
manga.thumbnail_url = document.select("div.summary_image > a > img").attr("src")
|
||||
|
||||
return manga
|
||||
|
|
Loading…
Reference in New Issue