[Grouple] Fix author parsing

pull/35/head
Koitharu 4 years ago
parent aa341d6cab
commit 8c26f3c790
No known key found for this signature in database
GPG Key ID: 8E861F8CE6E7CE27

@ -158,6 +158,7 @@ internal abstract class GroupleParser(
source = source,
)
},
author = root.selectFirst("a.person-link")?.text() ?: manga.author,
isNsfw = root.select(".alert-warning").any { it.ownText().contains(NSFW_ALERT) },
chapters = root.selectFirst("div.chapters-link")?.selectFirst("table")
?.select("tr:has(td > a)")?.asReversed()?.mapIndexedNotNull { i, tr ->

Loading…
Cancel
Save