mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
28 lines
595 B
Text
28 lines
595 B
Text
|
version = 1
|
||
|
|
||
|
|
||
|
cloudstream {
|
||
|
language = "hi"
|
||
|
// All of these properties are optional, you can safely remove them
|
||
|
|
||
|
description = "YOU HAVE SKIP ADS on the SITE each 24 hours, Hindi dubbed cartoons"
|
||
|
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"
|
||
|
}
|