From e5f483b0b29df6435f85a3bfff4a68eb744523d5 Mon Sep 17 00:00:00 2001 From: Yutatsu <126276749+J4zzyB1te7s@users.noreply.github.com> Date: Thu, 11 Jan 2024 03:06:45 +0600 Subject: [PATCH] Fix vidplay extractor (#866) --- .../java/com/lagradost/cloudstream3/extractors/Vidplay.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidplay.kt b/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidplay.kt index 8653a3475c..36dad60c66 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidplay.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/extractors/Vidplay.kt @@ -10,8 +10,8 @@ import com.lagradost.cloudstream3.utils.M3u8Helper import javax.crypto.Cipher import javax.crypto.spec.SecretKeySpec -// Code found in https://github.com/Claudemirovsky/worstsource-keys -// special credits to @Claudemirovsky for providing key +// Code found in https://github.com/blacksourcellc/vid_keys +// special credits to @blacksourcellc for providing key class MyCloud : Vidplay() { override val name = "MyCloud" @@ -27,7 +27,7 @@ open class Vidplay : ExtractorApi() { override val mainUrl = "https://vidplay.site" override val requiresReferer = true open val key = - "https://raw.githubusercontent.com/Claudemirovsky/worstsource-keys/keys/keys.json" + "https://raw.githubusercontent.com/blacksourcellc/vid_keys/keys/keys.json" override suspend fun getUrl( url: String,