forked from recloudstream/cloudstream
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)
|
loadExtractor(data, streamingResponse.url, callback)
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
val iv = null //"2094564712118349"
|
val iv = "4968442212618524"
|
||||||
val secretKey = null
|
val secretKey = "34541577475429958244002440089157"
|
||||||
val secretDecryptKey = null
|
val secretDecryptKey = "20945647121183498244002440089157"
|
||||||
extractVidstream(
|
extractVidstream(
|
||||||
iframe,
|
iframe,
|
||||||
this.name,
|
this.name,
|
||||||
|
@ -406,7 +406,7 @@ class GogoanimeProvider : MainAPI() {
|
||||||
iv,
|
iv,
|
||||||
secretKey,
|
secretKey,
|
||||||
secretDecryptKey,
|
secretDecryptKey,
|
||||||
true
|
false
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue