This commit is contained in:
Blatzar 2022-03-17 16:04:47 +01:00
parent 5a00637768
commit 34bbe04b14

View file

@ -91,7 +91,6 @@ class GogoanimeProvider : MainAPI() {
jsonResponse.text.substringAfter("{\"data\":\"").substringBefore("\"}")
val datadecrypted = cryptoHandler(dataencrypted, iv, secretKey, false)
val sources = AppUtils.parseJson<GogoSources>(datadecrypted)
println("GET SOURCES $sources $iframeUrl")
fun invokeGogoSource(
source: GogoSource,