From cb45b2c159d4d6b9e9a54481c8688d6db5662c68 Mon Sep 17 00:00:00 2001 From: hexated Date: Mon, 3 Oct 2022 21:57:52 +0700 Subject: [PATCH] changed domain --- .../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 88dc9ebb..28c37081 100644 --- a/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt +++ b/YomoviesProvider/src/main/kotlin/com/hexated/YomoviesProvider.kt @@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Element class YomoviesProvider : MainAPI() { - override var mainUrl = "https://yomovies.homes" + override var mainUrl = "https://yomovies.rs" override var name = "Yomovies" override val hasMainPage = true override var lang = "hi"