From b4d96b29361b0fe5b0d40db76a08249365120cf1 Mon Sep 17 00:00:00 2001 From: IndusAryan <125901294+IndusAryan@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:17:55 +0530 Subject: [PATCH] Update Watchomovies.kt --- YomoviesProvider/src/main/kotlin/com/hexated/Watchomovies.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YomoviesProvider/src/main/kotlin/com/hexated/Watchomovies.kt b/YomoviesProvider/src/main/kotlin/com/hexated/Watchomovies.kt index cca19de1..c2f77274 100644 --- a/YomoviesProvider/src/main/kotlin/com/hexated/Watchomovies.kt +++ b/YomoviesProvider/src/main/kotlin/com/hexated/Watchomovies.kt @@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.TvType import com.lagradost.cloudstream3.mainPageOf class Watchomovies : YomoviesProvider() { - override var mainUrl = "https://watchomovies.mom" + override var mainUrl = "https://watchomovies.beauty" override var name = "Watchomovies" override var lang = "en" override val supportedTypes = setOf( @@ -24,4 +24,4 @@ class Watchomovies : YomoviesProvider() { override suspend fun load(url: String): LoadResponse? { return super.load(url).apply { this?.type = TvType.NSFW } } -} \ No newline at end of file +}