Update Watchomovies.kt

This commit is contained in:
IndusAryan 2023-10-08 18:17:55 +05:30 committed by GitHub
parent 8d51985926
commit b4d96b2936
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.TvType
import com.lagradost.cloudstream3.mainPageOf import com.lagradost.cloudstream3.mainPageOf
class Watchomovies : YomoviesProvider() { class Watchomovies : YomoviesProvider() {
override var mainUrl = "https://watchomovies.mom" override var mainUrl = "https://watchomovies.beauty"
override var name = "Watchomovies" override var name = "Watchomovies"
override var lang = "en" override var lang = "en"
override val supportedTypes = setOf( override val supportedTypes = setOf(
@ -24,4 +24,4 @@ class Watchomovies : YomoviesProvider() {
override suspend fun load(url: String): LoadResponse? { override suspend fun load(url: String): LoadResponse? {
return super.load(url).apply { this?.type = TvType.NSFW } return super.load(url).apply { this?.type = TvType.NSFW }
} }
} }