Update Chillx.kt to use Rowdy-Avocado

Older link gave 404
This commit is contained in:
Sarlay 2024-07-11 13:04:00 +00:00 committed by GitHub
parent 8be8e54746
commit 4fe7a8d599
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ open class Chillx : ExtractorApi() {
return if (key != null) {
key!!
} else {
val fetch = app.get("https://raw.githubusercontent.com/rushi-chavan/multi-keys/keys/keys.json").parsedSafe<Keys>()?.key?.get(0) ?: throw ErrorLoadingException("Unable to get key")
val fetch = app.get("https://raw.githubusercontent.com/Rowdy-Avocado/multi-keys/keys/index.html").parsedSafe<Keys>()?.key?.get(0) ?: throw ErrorLoadingException("Unable to get key")
key = fetch
key!!
}