mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update
This commit is contained in:
parent
d94f79e9a7
commit
f05a3cfc15
1 changed files with 1 additions and 1 deletions
|
@ -2093,7 +2093,7 @@ object SoraExtractor : SoraStream() {
|
|||
media.third.substringAfterLast("/") to iframe.substringAfterLast("/")
|
||||
.substringBefore("-")
|
||||
}
|
||||
val res = app.get(fixUrl(iframe, api), verify = false)
|
||||
val res = app.get(fixUrl(iframe, api))
|
||||
delay(2000)
|
||||
val serverUrl = res.document.selectFirst("script:containsData(pushState)")?.data()?.let {
|
||||
""",\s*'([^']+)""".toRegex().find(it)?.groupValues?.get(1)
|
||||
|
|
Loading…
Reference in a new issue