forked from recloudstream/cloudstream
Updated Domain (#1360)
* Update YomoviesProvider.kt * Update providers.json * Update providers.json
This commit is contained in:
parent
0fb0c6b39f
commit
bd09fadf44
3 changed files with 9 additions and 4 deletions
|
@ -9,7 +9,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor
|
|||
import org.jsoup.nodes.Element
|
||||
|
||||
class YomoviesProvider : MainAPI() {
|
||||
override var mainUrl = "https://yomovies.plus"
|
||||
override var mainUrl = "https://yomovies.vip"
|
||||
override var name = "Yomovies"
|
||||
override val hasMainPage = true
|
||||
override var lang = "hi"
|
||||
|
@ -138,4 +138,4 @@ class YomoviesProvider : MainAPI() {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
@ -592,7 +592,7 @@
|
|||
"language": "hi",
|
||||
"name": "Yomovies",
|
||||
"status": 1,
|
||||
"url": "https://yomovies.plus"
|
||||
"url": "https://yomovies.vip"
|
||||
},
|
||||
"ZoroProvider": {
|
||||
"language": "en",
|
||||
|
@ -600,4 +600,4 @@
|
|||
"status": 1,
|
||||
"url": "https://zoro.to"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -264,6 +264,11 @@
|
|||
"url": "https://vidembed.cc",
|
||||
"status": 1
|
||||
},
|
||||
"YomoviesProvider": {
|
||||
"name": "Yomovies",
|
||||
"url": "https://yomovies.vip",
|
||||
"status": 1
|
||||
},
|
||||
"WatchAsianProvider": {
|
||||
"name": "WatchAsian",
|
||||
"url": "https://watchasian.cx",
|
||||
|
|
Loading…
Reference in a new issue