From 4fe7a8d599e48d23fd8508273773ee03a20b062e Mon Sep 17 00:00:00 2001 From: Sarlay <60151189+Sarlay@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:04:00 +0000 Subject: [PATCH] Update Chillx.kt to use Rowdy-Avocado Older link gave 404 --- .../kotlin/com/lagradost/cloudstream3/extractors/Chillx.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!! }