2022-09-11 13:00:33 +00:00
|
|
|
// use an integer for version numbers
|
2022-12-13 14:14:28 +00:00
|
|
|
version = 25
|
2022-09-11 13:00:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "hi"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2022-09-16 09:01:12 +00:00
|
|
|
// description = "Movierulzhd recently have prank feature that the enable and disable cloudflare a "
|
2022-09-11 13:00:33 +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",
|
|
|
|
)
|
|
|
|
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=movierulzhd.run&sz=%size%"
|
2022-10-22 04:06:14 +00:00
|
|
|
}
|