mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update GogoanimeProvider.kt (#950)
This commit is contained in:
parent
ef00cf6589
commit
94164cfe06
1 changed files with 2 additions and 2 deletions
|
@ -370,9 +370,9 @@ class GogoanimeProvider : MainAPI() {
|
|||
loadExtractor(data, streamingResponse.url, callback)
|
||||
}
|
||||
}, {
|
||||
val iv = "4770478969418267".toByteArray()
|
||||
val iv = "4786443969418267".toByteArray()
|
||||
val secretKey =
|
||||
"63976882873559819639988080820907".toByteArray()
|
||||
"63976882873536819639922083275907".toByteArray()
|
||||
extractVidstream(iframe, this.name, callback, iv, secretKey)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue