Rest in piece old key repo (#891)

This commit is contained in:
Sir Aguacata 2024-01-16 15:35:23 -08:00 committed by GitHub
parent 601483e103
commit 399b28c75b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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/rawgimaster/worstsource-keys
// special credits to @rawgimaster 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/rawgimaster/worstsource-keys/keys/keys.json"
override suspend fun getUrl(
url: String,