From 8d51985926dd3ebebef047b9a352bd19c2074141 Mon Sep 17 00:00:00 2001 From: IndusAryan <125901294+IndusAryan@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:17:41 +0530 Subject: [PATCH] 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 9919400c..542b4172 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.cheap" + override var mainUrl = "https://yomovies.makeup" private var directUrl = "" override var name = "Yomovies" override val hasMainPage = true