mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
23 lines
434 B
Text
23 lines
434 B
Text
version = 4
|
|
|
|
cloudstream {
|
|
language = "hi"
|
|
authors = listOf("anon")
|
|
|
|
/**
|
|
* 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",
|
|
"Anime",
|
|
"Cartoon"
|
|
)
|
|
|
|
iconUrl = "https://animedekho.com/wp-content/uploads/2023/07/AnimeDekho-Logo-300x-1.pngg"
|
|
}
|