From e6e67935d40382d9e7444631e95634d8ec47c089 Mon Sep 17 00:00:00 2001 From: hexated Date: Thu, 10 Nov 2022 11:49:36 +0700 Subject: [PATCH] small fix --- SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt index dc299275..807f8314 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt @@ -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