Sflix: fixed key

This commit is contained in:
PokerFace 2023-02-18 16:03:14 +07:00 committed by GitHub
parent da1dd7c2b8
commit 7ec14d6900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ open class SflixProvider : MainAPI() {
}
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
}