From e32a531ed069f5ba2d58739ccd77a554e480dd9e Mon Sep 17 00:00:00 2001 From: hexated Date: Tue, 30 Aug 2022 05:06:25 +0700 Subject: [PATCH] changes Yomovies domain --- YomoviesProvider/build.gradle.kts | 4 ++-- .../src/main/kotlin/com/lagradost/YomoviesProvider.kt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/YomoviesProvider/build.gradle.kts b/YomoviesProvider/build.gradle.kts index bd9fa91..4b93d4e 100644 --- a/YomoviesProvider/build.gradle.kts +++ b/YomoviesProvider/build.gradle.kts @@ -1,5 +1,5 @@ // use an integer for version numbers -version = 2 +version = 3 cloudstream { @@ -7,7 +7,7 @@ cloudstream { // All of these properties are optional, you can safely remove them // description = "Lorem Ipsum" - // authors = listOf("Cloudburst") + authors = listOf("Hexated") /** * Status int as the following: diff --git a/YomoviesProvider/src/main/kotlin/com/lagradost/YomoviesProvider.kt b/YomoviesProvider/src/main/kotlin/com/lagradost/YomoviesProvider.kt index c746d46..e206af8 100644 --- a/YomoviesProvider/src/main/kotlin/com/lagradost/YomoviesProvider.kt +++ b/YomoviesProvider/src/main/kotlin/com/lagradost/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.ink" + override var mainUrl = "https://yomovies.cloud" override var name = "Yomovies" override val hasMainPage = true override var lang = "hi"