2022-10-15 15:26:51 +00:00
|
|
|
// use an integer for version numbers
|
2022-10-18 00:20:30 +00:00
|
|
|
version = 6
|
2022-10-15 15:26:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "en"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2022-10-16 16:52:38 +00:00
|
|
|
description = "#2 best extention based on MultiAPI (Experimental - Still Unstable)"
|
2022-10-15 15:26:51 +00:00
|
|
|
authors = listOf("Hexated", "Sora")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"AsianDrama",
|
|
|
|
"TvSeries",
|
|
|
|
"Anime",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
2022-10-15 15:28:01 +00:00
|
|
|
iconUrl = "https://raw.githubusercontent.com/hexated/cloudstream-extensions-hexated/master/SoraStream/Icon.png"
|
2022-10-15 15:26:51 +00:00
|
|
|
}
|