From 6e66a594fd5ac9eb5630f26c34cf6ef32c251c95 Mon Sep 17 00:00:00 2001 From: Nexus <79303560+Nexus-Gits@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:30:31 +0530 Subject: [PATCH] Update YomoviesProvider.kt Update YomoviesProvider.kt --- .../src/main/kotlin/com/hexated/YomoviesProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt b/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt index 1b2bd2a0..9f9fce7c 100644 --- a/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt +++ b/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt @@ -10,7 +10,7 @@ import org.jsoup.nodes.Element import java.net.URI open class YomoviesProvider : MainAPI() { - override var mainUrl = "https://yomovies.baby" + override var mainUrl = "https://yomovies.ltd" private var directUrl = "" override var name = "Yomovies" override val hasMainPage = true