fix sflix

This commit is contained in:
Marouane 2022-12-14 22:44:02 -05:00 committed by GitHub
parent d4fcfbb77e
commit 1275492576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -458,11 +458,8 @@ open class SflixProvider : MainAPI() {
}
suspend fun getKey(): String? {
data class KeyObject(
@JsonProperty("key") val key: String? = null
)
return app.get("https://raw.githubusercontent.com/BlipBlob/blabflow/main/keys.json")
.parsed<KeyObject>().key
return app.get("https://raw.githubusercontent.com/consumet/rapidclown/rabbitstream/key.txt")
.text
}
/**