From a282acbb3654ee37c6f2a16fa9ff343e764f604a Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Wed, 26 Jul 2023 22:13:31 +0700 Subject: [PATCH] Update Gomov.kt --- Gomov/src/main/kotlin/com/hexated/Gomov.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomov/src/main/kotlin/com/hexated/Gomov.kt b/Gomov/src/main/kotlin/com/hexated/Gomov.kt index 36128fb2..6282b98f 100644 --- a/Gomov/src/main/kotlin/com/hexated/Gomov.kt +++ b/Gomov/src/main/kotlin/com/hexated/Gomov.kt @@ -79,7 +79,7 @@ open class Gomov : MainAPI() { val document = app.get(url).document val title = - document.selectFirst("h1.entry-title")?.text()?.substringBefore("Season")?.trim() + document.selectFirst("h1.entry-title")?.text()?.substringBefore("Season")?.substringBefore("Episode")?.trim() .toString() val poster = fixUrlNull(document.selectFirst("figure.pull-left > img")?.attr("src"))?.fixImageQuality()