maybe a permanent fix for egybest api stops

This commit is contained in:
Zaw 2022-09-03 13:49:33 +03:00 committed by GitHub
parent 16394221a4
commit c29a9dec7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
@ -259,4 +259,4 @@ class EgyBest : MainAPI() {
}
return true
}
}
}