2022-09-14 22:16:36 +00:00
|
|
|
// use an integer for version numbers
|
2023-05-13 10:21:27 +00:00
|
|
|
version = 26
|
2022-09-14 22:16:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
2022-09-14 22:20:17 +00:00
|
|
|
language = "en"
|
2022-09-14 22:16:36 +00:00
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2023-03-05 15:58:53 +00:00
|
|
|
description = "#2 best extension based on Loklok API"
|
2022-09-14 22:16:36 +00:00
|
|
|
authors = listOf("Hexated")
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
2023-06-05 09:24:42 +00:00
|
|
|
status = 0 // will be 3 if unspecified
|
2022-09-14 22:16:36 +00:00
|
|
|
tvTypes = listOf(
|
|
|
|
"AsianDrama",
|
|
|
|
"Anime",
|
|
|
|
"TvSeries",
|
|
|
|
"Movie",
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=loklok.com&sz=%size%"
|
|
|
|
}
|