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 +}