mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
cleanup
This commit is contained in:
parent
5a00637768
commit
34bbe04b14
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue