From 34b2d9f881e457656ba03013aa4108e8fbefde99 Mon Sep 17 00:00:00 2001 From: Sir Aguacata <87155550+KillerDogeEmpire@users.noreply.github.com> Date: Tue, 16 Jan 2024 18:03:30 -0800 Subject: [PATCH] Screw it, Self host keys --- .../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 5243c6b5ab..b9a07a6d46 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/rawgimaster/worstsource-keys -// special credits to @rawgimaster for providing key +// Code found in https://github.com/KillerDogeEmpire/vidplay-keys +// special credits to @KillerDogeEmpire 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/rawgimaster/worstsource-keys/keys/keys.json" + "https://raw.githubusercontent.com/KillerDogeEmpire/vidplay-keys/keys/keys.json" override suspend fun getUrl( url: String,