small fix

This commit is contained in:
hexated 2022-11-10 11:49:36 +07:00
parent 72f0d52f3f
commit e6e67935d4

View file

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