Skip to content

Commit

Permalink
Update SoraExtractor.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hexated authored Dec 20, 2023
1 parent 8f84b3a commit 2ec22f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2094,7 +2094,7 @@ object SoraExtractor : SoraStream() {
.substringBefore("-")
}
val res = app.get(fixUrl(iframe, api), verify = false)
delay(1000)
delay(2000)
val serverUrl = res.document.selectFirst("script:containsData(pushState)")?.data()?.let {
""",\s*'([^']+)""".toRegex().find(it)?.groupValues?.get(1)
} ?: return
Expand Down

0 comments on commit 2ec22f8

Please sign in to comment.