|
|
|
@ -34,7 +34,7 @@ internal class Hentaizone(context: MangaLoaderContext) :
|
|
|
|
|
|
|
|
|
|
|
|
override fun parseDetails(manga: Manga, body: Element, chapters: List<MangaChapter>): Manga {
|
|
|
|
override fun parseDetails(manga: Manga, body: Element, chapters: List<MangaChapter>): Manga {
|
|
|
|
val root = body.selectFirstOrThrow(".site-content")
|
|
|
|
val root = body.selectFirstOrThrow(".site-content")
|
|
|
|
val postContent = root.selectFirstOrThrow(".post-content")
|
|
|
|
val postContent = root.selectFirstOrThrow(".summary_content")
|
|
|
|
val tags = postContent.getElementsContainingOwnText("Genre(s)")
|
|
|
|
val tags = postContent.getElementsContainingOwnText("Genre(s)")
|
|
|
|
.firstOrNull()?.tableValue()
|
|
|
|
.firstOrNull()?.tableValue()
|
|
|
|
?.getElementsByAttributeValueContaining("href", tagPrefix)
|
|
|
|
?.getElementsByAttributeValueContaining("href", tagPrefix)
|
|
|
|
|