Update GogoanimeProvider.kt (#950)

This commit is contained in:
Shivam 2022-04-14 19:39:05 +05:30 committed by GitHub
parent ef00cf6589
commit 94164cfe06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
})
}