added delay in Smasy

This commit is contained in:
hexated 2023-02-06 12:36:35 +07:00
parent 95a77bdf5b
commit 7b676806a3

View file

@ -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(