mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
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*/
|
||||
|
||||
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
|
||||
// https://vear.egybest.deals/tvc.php?verify=.......
|
||||
val jsonArray = parseJson<List<Sources>>(requestJSON)
|
||||
|
|
Loading…
Reference in a new issue