cloudstream-extensions-mult.../FilmpertuttiProvider/build.gradle.kts
antonydp e9247d553f
Fix CalcioStreaming, Starlive and Domain changes (#77)
Co-authored-by: contusionglory <102427829+contusionglory@users.noreply.github.com>
2023-01-26 12:19:32 +00:00

26 lines
No EOL
540 B
Text

// use an integer for version numbers
version = 5
cloudstream {
language = "it"
// All of these properties are optional, you can safely remove them
// description = "Lorem Ipsum"
authors = listOf("Adippe")
/**
* Status int as the following:
* 0: Down
* 1: Ok
* 2: Slow
* 3: Beta only
* */
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"TvSeries",
"Movie",
)
iconUrl = "https://www.google.com/s2/favicons?domain=filmpertutti.photo&sz=%size%"
}