From ef4133baa51f47bf803012f9377c669dab4a967e Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Mon, 8 May 2023 20:48:15 +0700 Subject: [PATCH] Update --- Loklok/src/main/kotlin/com/hexated/Loklok.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Loklok/src/main/kotlin/com/hexated/Loklok.kt b/Loklok/src/main/kotlin/com/hexated/Loklok.kt index 09827d16..5e8c8ca5 100644 --- a/Loklok/src/main/kotlin/com/hexated/Loklok.kt +++ b/Loklok/src/main/kotlin/com/hexated/Loklok.kt @@ -33,9 +33,9 @@ class Loklok : MainAPI() { private const val mainImageUrl = "https://images.weserv.nl" private val headers = mutableMapOf( "lang" to "en", - "versioncode" to "33", - "clienttype" to "android_Official", - "deviceid" to getDeviceId() + "versioncode" to "999999999", + "clienttype" to "ios17", + "deviceid" to getDeviceId(), ) private fun base64DecodeAPI(api: String): String {