changes Yomovies domain

This commit is contained in:
hexated 2022-08-30 05:06:25 +07:00 committed by Cloudburst
parent a30277322a
commit e32a531ed0
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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"