maybe a permanent fix for egybest api stops
This commit is contained in:
parent
16394221a4
commit
c29a9dec7b
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ class EgyBest : MainAPI() {
|
||||||
|
|
||||||
return true*/
|
return true*/
|
||||||
|
|
||||||
val requestJSON = app.get("https://api.zr5.repl.co/egybest?url=$data").text
|
val requestJSON = app.get("https://egybest-sgu8utcomnfb.runkit.sh/egybest?url=$data").text
|
||||||
// To solve this you need to send a verify request which is pretty hidden, see
|
// To solve this you need to send a verify request which is pretty hidden, see
|
||||||
// https://vear.egybest.deals/tvc.php?verify=.......
|
// https://vear.egybest.deals/tvc.php?verify=.......
|
||||||
val jsonArray = parseJson<List<Sources>>(requestJSON)
|
val jsonArray = parseJson<List<Sources>>(requestJSON)
|
||||||
|
@ -259,4 +259,4 @@ class EgyBest : MainAPI() {
|
||||||
}
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue