mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Watchomovies.kt
This commit is contained in:
parent
8d51985926
commit
b4d96b2936
1 changed files with 2 additions and 2 deletions
|
@ -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 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue