This commit is contained in:
Hexated 2023-05-08 20:48:15 +07:00 committed by GitHub
parent acdc44aa60
commit ef4133baa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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