From 50f06e0e8df32d03a327598c3da9ae328cd6fd27 Mon Sep 17 00:00:00 2001 From: adityajd <45625055+adityajd@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:53:54 +0700 Subject: [PATCH] Update Gomov.kt Update mainurl --- Gomov/src/main/kotlin/com/hexated/Gomov.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gomov/src/main/kotlin/com/hexated/Gomov.kt b/Gomov/src/main/kotlin/com/hexated/Gomov.kt index b3eadaf1..0bbeac86 100644 --- a/Gomov/src/main/kotlin/com/hexated/Gomov.kt +++ b/Gomov/src/main/kotlin/com/hexated/Gomov.kt @@ -10,7 +10,7 @@ import org.jsoup.nodes.Element import java.net.URI open class Gomov : MainAPI() { - override var mainUrl = "https://gomov.bio" + override var mainUrl = "https://gomov.info" private var directUrl: String? = null override var name = "Gomov" override val hasMainPage = true @@ -201,4 +201,4 @@ open class Gomov : MainAPI() { } } -} \ No newline at end of file +}