mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
i cant give up with loklok
This commit is contained in:
parent
b2769cc481
commit
75349171ec
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 18
|
version = 19
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
@ -17,7 +17,7 @@ cloudstream {
|
||||||
* 2: Slow
|
* 2: Slow
|
||||||
* 3: Beta only
|
* 3: Beta only
|
||||||
* */
|
* */
|
||||||
status = 0 // will be 3 if unspecified
|
status = 1 // will be 3 if unspecified
|
||||||
tvTypes = listOf(
|
tvTypes = listOf(
|
||||||
"AsianDrama",
|
"AsianDrama",
|
||||||
"Anime",
|
"Anime",
|
||||||
|
|
|
@ -27,7 +27,7 @@ class Loklok : MainAPI() {
|
||||||
|
|
||||||
private val headers = mutableMapOf(
|
private val headers = mutableMapOf(
|
||||||
"lang" to "en",
|
"lang" to "en",
|
||||||
"versioncode" to "32",
|
"versioncode" to "33",
|
||||||
"clienttype" to "android_tem3",
|
"clienttype" to "android_tem3",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ val soraAPI = base64DecodeAPI("cA==YXA=cy8=Y20=di8=LnQ=b2s=a2w=bG8=aS4=YXA=ZS0=a
|
||||||
|
|
||||||
val soraHeaders = mapOf(
|
val soraHeaders = mapOf(
|
||||||
"lang" to "en",
|
"lang" to "en",
|
||||||
"versioncode" to "32",
|
"versioncode" to "33",
|
||||||
"clienttype" to "android_tem3",
|
"clienttype" to "android_tem3",
|
||||||
"deviceid" to getDeviceId(),
|
"deviceid" to getDeviceId(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue