2022-09-09 16:09:54 +00:00
|
|
|
// use an integer for version numbers
|
2024-02-24 20:37:00 +00:00
|
|
|
version = 28
|
2022-09-09 16:09:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "hi"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-12-08 20:02:29 +00:00
|
|
|
description = "Includes: Watchomovies(NS*W), Max resolution is 720p in both extensions."
|
2022-09-09 16:09:54 +00:00
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
2023-01-31 11:11:53 +00:00
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=yomovies.rest&sz=%size%"
|
2023-01-07 13:38:56 +00:00
|
|
|
}
|