Merge remote-tracking branch 'origin/master'

This commit is contained in:
hexated 2023-05-09 00:40:41 +07:00
commit 6cd8128eba
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 const val mainImageUrl = "https://images.weserv.nl"
private val headers = mutableMapOf( private val headers = mutableMapOf(
"lang" to "en", "lang" to "en",
"versioncode" to "33", "versioncode" to "999999999",
"clienttype" to "android_Official", "clienttype" to "ios17",
"deviceid" to getDeviceId() "deviceid" to getDeviceId(),
) )
private fun base64DecodeAPI(api: String): String { private fun base64DecodeAPI(api: String): String {