[Grouple] Fix public url

master
Koitharu 2 years ago
parent cd9f65596b
commit 7ccc6438d5
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -132,6 +132,7 @@ internal abstract class GroupleParser(
source = newSource, source = newSource,
altTitle = root.selectFirst(".all-names-popover")?.select(".name")?.joinToString { it.text() } altTitle = root.selectFirst(".all-names-popover")?.select(".name")?.joinToString { it.text() }
?: manga.altTitle, ?: manga.altTitle,
publicUrl = response.request.url.toString(),
description = root.selectFirst("div.manga-description")?.html(), description = root.selectFirst("div.manga-description")?.html(),
largeCoverUrl = coverImg?.attr("data-full"), largeCoverUrl = coverImg?.attr("data-full"),
coverUrl = coverImg?.attr("data-thumb") ?: manga.coverUrl, coverUrl = coverImg?.attr("data-thumb") ?: manga.coverUrl,

Loading…
Cancel
Save