ManhwaHentai Manga Description (show more fix) (#993)

* Fix Manga Description showing (show more)

* Update build.gradle
This commit is contained in:
Ankit SIngh 2019-04-02 15:06:32 +05:30 committed by Carlos
parent 8fbcf68131
commit 05d78d4a90
1 changed files with 2 additions and 2 deletions

View File

@ -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