gogo devs coping and updating keys every day 😂

This commit is contained in:
Blatzar 2022-04-18 14:06:55 +02:00
parent e2841847f1
commit 84ac1a36b8

View file

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