mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added delay in Smasy
This commit is contained in:
parent
b0847b21dd
commit
1d3c3c2ea5
1 changed files with 1 additions and 0 deletions
|
@ -1978,6 +1978,7 @@ object SoraExtractor : SoraStream() {
|
|||
val secret =
|
||||
script.substringAfter("secret = \"").substringBefore("\";").let { base64Decode(it) }
|
||||
val key = script.substringAfter("token = \"").substringBefore("\";")
|
||||
delay(2000)
|
||||
val source = app.get(
|
||||
"$secret$key",
|
||||
headers = mapOf(
|
||||
|
|
Loading…
Reference in a new issue