mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
72f0d52f3f
commit
e6e67935d4
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ object SoraExtractor : SoraStream() {
|
|||
"X-Requested-With" to "XMLHttpRequest",
|
||||
),
|
||||
cookies = cookiesJson
|
||||
).text.let { JsonParser.parseString(it).asJsonObject }
|
||||
).text.let { JsonParser().parse(it).asJsonObject }
|
||||
|
||||
sources.map { source ->
|
||||
val src = source.asString
|
||||
|
|
Loading…
Reference in a new issue