mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
Sflix fix
This commit is contained in:
parent
c015161c16
commit
95c9aba1c2
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 5
|
version = 6
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -459,11 +459,11 @@ open class SflixProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
suspend fun getKey(): String? {
|
suspend fun getKey(): String? {
|
||||||
// data class KeyObject(
|
data class KeyObject(
|
||||||
// @JsonProperty("key") val key: String? = null
|
@JsonProperty("key") val key: String? = null
|
||||||
// )
|
)
|
||||||
return app.get("https://raw.githubusercontent.com/chenkaslowankiya/BruhGlow/main/keys.json").text
|
return app.get("https://raw.githubusercontent.com/BlipBlob/blabflow/main/keys.json")
|
||||||
// .parsed<KeyObject>().key
|
.parsed<KeyObject>().key
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue