mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Revert the repo change to get keys (#867)
This commit is contained in:
parent
d71d3890b5
commit
96aa56209b
1 changed files with 3 additions and 3 deletions
|
@ -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/blacksourcellc/vid_keys
|
||||
// special credits to @blacksourcellc for providing key
|
||||
// Code found in https://github.com/Claudemirovsky/worstsource-keys
|
||||
// special credits to @Claudemirovsky 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/blacksourcellc/vid_keys/keys/keys.json"
|
||||
"https://raw.githubusercontent.com/Claudemirovsky/worstsource-keys/keys/keys.json"
|
||||
|
||||
override suspend fun getUrl(
|
||||
url: String,
|
||||
|
|
Loading…
Reference in a new issue