extract Vidstream
suspend fun extractVidstream(iframeUrl: String, mainApiName: String, callback: (ExtractorLink) -> Unit, iv: String?, secretKey: String?, secretDecryptKey: String?, isUsingAdaptiveKeys: Boolean, isUsingAdaptiveData: Boolean, iframeDocument: Document? = null): Resource<Unit>(source)
Parameters
iframe Url
something like https://gogoplay4.com/streaming.php?id=XXXXXX
main Api Name
used for ExtractorLink names and source
iv
secret iv from site, required non-null if isUsingAdaptiveKeys is off
secret Key
secret key for decryption from site, required non-null if isUsingAdaptiveKeys is off
secret Decrypt Key
secret key to decrypt the response json, required non-null if isUsingAdaptiveKeys is off
is Using Adaptive Keys
generates keys from IV and ID, see getKey()
is Using Adaptive Data
generate encrypt-ajax data based on $("scriptdata-name='episode'")0.dataset.value