2022-09-26 12:43:03 +00:00
|
|
|
// use an integer for version numbers
|
2024-01-01 18:07:49 +00:00
|
|
|
version = 3
|
2022-09-26 12:43:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "ru"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
|
|
|
// description = "Lorem Ipsum"
|
|
|
|
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(
|
|
|
|
"AnimeMovie",
|
|
|
|
"OVA",
|
|
|
|
"Anime",
|
|
|
|
)
|
|
|
|
|
2022-09-26 13:45:06 +00:00
|
|
|
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/Anilibria/icon.png"
|
2022-09-26 12:43:03 +00:00
|
|
|
}
|