cloudstream-extensions-hexated/Movierulzhd/build.gradle.kts

27 lines
612 B
Plaintext
Raw Normal View History

2022-09-11 13:00:33 +00:00
// use an integer for version numbers
2023-03-13 10:25:23 +00:00
version = 32
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",
)
2023-02-11 14:21:17 +00:00
iconUrl = "https://www.google.com/s2/favicons?domain=movierulzhd.best&sz=%size%"
2022-10-22 04:06:14 +00:00
}