forked from recloudstream/cloudstream
Update AnimePaheProvider.kt
This commit is contained in:
parent
99c81f64f8
commit
2eb84ed896
1 changed files with 2 additions and 2 deletions
|
@ -455,7 +455,7 @@ class AnimePaheProvider : MainAPI() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var responseCode = 302
|
var responseCode = 302
|
||||||
var adflyContent: Response? = null
|
var adflyContent: response? = null
|
||||||
var tries = 0
|
var tries = 0
|
||||||
|
|
||||||
while (responseCode != 200 && tries < 20) {
|
while (responseCode != 200 && tries < 20) {
|
||||||
|
@ -483,7 +483,7 @@ class AnimePaheProvider : MainAPI() {
|
||||||
val decrypted = decrypt(fullString, key, v1.toInt(), v2.toInt())
|
val decrypted = decrypt(fullString, key, v1.toInt(), v2.toInt())
|
||||||
val uri = KWIK_D_URL.find(decrypted)!!.destructured.component1()
|
val uri = KWIK_D_URL.find(decrypted)!!.destructured.component1()
|
||||||
val tok = KWIK_D_TOKEN.find(decrypted)!!.destructured.component1()
|
val tok = KWIK_D_TOKEN.find(decrypted)!!.destructured.component1()
|
||||||
var content: Response? = null
|
var content: response? = null
|
||||||
|
|
||||||
var code = 419
|
var code = 419
|
||||||
var tries = 0
|
var tries = 0
|
||||||
|
|
Loading…
Reference in a new issue