diff --git a/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Chillx.kt b/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Chillx.kt index 26567c7a..afb1fc36 100644 --- a/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Chillx.kt +++ b/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Chillx.kt @@ -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()?.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()?.key?.get(0) ?: throw ErrorLoadingException("Unable to get key") key = fetch key!! }