mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update
This commit is contained in:
parent
acdc44aa60
commit
ef4133baa5
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue