Sflix: fixed key (#39)

* Sflix: fixed key

* bump
This commit is contained in:
PokerFace 2023-02-19 03:09:40 +07:00 committed by GitHub
parent 395cffe41b
commit 13a55de223
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers // use an integer for version numbers
version = 12 version = 13
cloudstream { cloudstream {

View File

@ -458,7 +458,7 @@ open class SflixProvider : MainAPI() {
} }
suspend fun getKey(): String? { suspend fun getKey(): String? {
return app.get("https://raw.githubusercontent.com/consumet/rapidclown/rabbitstream/key.txt") return app.get("https://raw.githubusercontent.com/enimax-anime/key/e4/key.txt")
.text .text
} }