2022-09-11 13:00:33 +00:00
|
|
|
// use an integer for version numbers
|
2022-10-18 19:03:40 +00:00
|
|
|
version = 7
|
2022-09-11 13:00:33 +00:00
|
|
|
|
|
|
|
|
|
|
|
cloudstream {
|
|
|
|
language = "en"
|
|
|
|
// All of these properties are optional, you can safely remove them
|
|
|
|
|
2022-09-11 21:38:19 +00:00
|
|
|
description = "Premium porn with 4K support (use VPN if links not working)"
|
2022-11-21 10:27:07 +00:00
|
|
|
authors = listOf("Sora")
|
2022-09-11 13:00:33 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Status int as the following:
|
|
|
|
* 0: Down
|
|
|
|
* 1: Ok
|
|
|
|
* 2: Slow
|
|
|
|
* 3: Beta only
|
|
|
|
* */
|
|
|
|
status = 1 // will be 3 if unspecified
|
|
|
|
tvTypes = listOf(
|
|
|
|
"NSFW",
|
|
|
|
)
|
|
|
|
|
|
|
|
iconUrl = "https://www.google.com/s2/favicons?domain=goodporn.to&sz=%size%"
|
|
|
|
}
|