i cant give up with loklok

This commit is contained in:
hexated 2023-03-01 21:29:23 +07:00
parent b2769cc481
commit 75349171ec
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 18
version = 19
cloudstream {
@ -17,7 +17,7 @@ cloudstream {
* 2: Slow
* 3: Beta only
* */
status = 0 // will be 3 if unspecified
status = 1 // will be 3 if unspecified
tvTypes = listOf(
"AsianDrama",
"Anime",

View File

@ -27,7 +27,7 @@ class Loklok : MainAPI() {
private val headers = mutableMapOf(
"lang" to "en",
"versioncode" to "32",
"versioncode" to "33",
"clienttype" to "android_tem3",
)

View File

@ -40,7 +40,7 @@ val soraAPI = base64DecodeAPI("cA==YXA=cy8=Y20=di8=LnQ=b2s=a2w=bG8=aS4=YXA=ZS0=a
val soraHeaders = mapOf(
"lang" to "en",
"versioncode" to "32",
"versioncode" to "33",
"clienttype" to "android_tem3",
"deviceid" to getDeviceId(),
)