mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
gogo devs coping and updating keys every day 😂
This commit is contained in:
parent
e2841847f1
commit
84ac1a36b8
1 changed files with 4 additions and 4 deletions
|
@ -396,9 +396,9 @@ class GogoanimeProvider : MainAPI() {
|
|||
loadExtractor(data, streamingResponse.url, callback)
|
||||
}
|
||||
}, {
|
||||
val iv = null //"2094564712118349"
|
||||
val secretKey = null
|
||||
val secretDecryptKey = null
|
||||
val iv = "4968442212618524"
|
||||
val secretKey = "34541577475429958244002440089157"
|
||||
val secretDecryptKey = "20945647121183498244002440089157"
|
||||
extractVidstream(
|
||||
iframe,
|
||||
this.name,
|
||||
|
@ -406,7 +406,7 @@ class GogoanimeProvider : MainAPI() {
|
|||
iv,
|
||||
secretKey,
|
||||
secretDecryptKey,
|
||||
true
|
||||
false
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue