mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update Chillx.kt to use Rowdy-Avocado
Older link gave 404
This commit is contained in:
parent
8be8e54746
commit
4fe7a8d599
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ open class Chillx : ExtractorApi() {
|
||||||
return if (key != null) {
|
return if (key != null) {
|
||||||
key!!
|
key!!
|
||||||
} else {
|
} 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 = fetch
|
||||||
key!!
|
key!!
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue