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",
)