cloudstream-extensions-hexated/Loklok/build.gradle.kts

30 lines
639 B
Plaintext
Raw Normal View History

2022-09-14 22:16:36 +00:00
// use an integer for version numbers
2023-03-01 14:29:23 +00:00
version = 19
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-02-21 15:50:13 +00:00
// description = "#2 best extension based on Loklok API"
description = "Use External Player"
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-03-01 14:29:23 +00:00
status = 1 // 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%"
}