From 8bbeb6696ffd3a94060d8f22db7a88e60e7f9d55 Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 12 Dec 2023 02:16:23 +0700 Subject: [PATCH] update --- SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt index f8aa2238..f64efe08 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt @@ -1971,11 +1971,8 @@ object SoraExtractor : SoraStream() { } else { "$title Season $season" } - val savedCookies = - mapOf( + val savedCookies = mapOf( "_identitygomovies7" to "52fdc70b008c0b1d881dac0f01cca819edd512de01cc8bbc1224ed4aafb78b52a%3A2%3A%7Bi%3A0%3Bs%3A18%3A%22_identitygomovies7%22%3Bi%3A1%3Bs%3A52%3A%22%5B2050366%2C%22HnVRRAObTASOJEr45YyCM8wiHol0V1ko%22%2C2592000%5D%22%3B%7D", - "_on_page" to "a7ae14b5ed54124bac8a10a84da3cc57f3eb1737692db730ebf8f8d17e091bcca%3A2%3A%7Bi%3A0%3Bs%3A8%3A%22_on_page%22%3Bi%3A1%3Bs%3A8%3A%22onpage_1%22%3B%7D", - "_pops2" to "9fcbd414a7444076e7431ef4db4cd0a011b4429c0397f23d17b709f43b432610a%3A2%3A%7Bi%3A0%3Bs%3A6%3A%22_pops2%22%3Bi%3A1%3Bs%3A8%3A%22pop_up_1%22%3B%7D", ) val req = app.get("$api/search/$query") val doc = req.document