From c5b38352cedd1a62d77ffe96beccc22518a57a9e Mon Sep 17 00:00:00 2001 From: AvocadoWasSeized Date: Fri, 12 Jul 2024 10:31:03 -0700 Subject: [PATCH] Update Vidplay.kt --- .../kotlin/com/lagradost/cloudstream3/extractors/Vidplay.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Vidplay.kt b/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Vidplay.kt index cb9eaf1e..327e89b3 100644 --- a/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Vidplay.kt +++ b/library/src/commonMain/kotlin/com/lagradost/cloudstream3/extractors/Vidplay.kt @@ -10,8 +10,6 @@ import com.lagradost.cloudstream3.utils.M3u8Helper import javax.crypto.Cipher import javax.crypto.spec.SecretKeySpec -// Code found in https://github.com/KillerDogeEmpire/vidplay-keys -// special credits to @KillerDogeEmpire for providing key class AnyVidplay(hostUrl: String) : Vidplay() { override val mainUrl = hostUrl @@ -36,7 +34,7 @@ open class Vidplay : ExtractorApi() { override val mainUrl = "https://vidplay.site" override val requiresReferer = true open val key = - "https://raw.githubusercontent.com/KillerDogeEmpire/vidplay-keys/keys/keys.json" + "https://raw.githubusercontent.com/Rowdy-Avocado/multi-keys/keys/index.html" override suspend fun getUrl( url: String,