Skip to content

Commit

Permalink
Fix vidplay extractor (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
KawsarDev committed Jan 10, 2024
1 parent 6f1e0be commit e5f483b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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,
Expand Down

0 comments on commit e5f483b

Please sign in to comment.