From a0a27b9137ce199d173046c2368c2c78d7aff22e Mon Sep 17 00:00:00 2001 From: Saksham Shekher <95137948+OshekharO@users.noreply.github.com> Date: Tue, 20 Sep 2022 22:46:29 +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 8ffe3758..88dc9ebb 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.red" + override var mainUrl = "https://yomovies.homes" override var name = "Yomovies" override val hasMainPage = true override var lang = "hi"