This commit is contained in:
jack 2023-12-06 11:15:42 +07:00
parent fb73c9eabb
commit a496f79f05
13 changed files with 31 additions and 208 deletions

View file

@ -86,7 +86,7 @@ open class Kuramadrive : ExtractorApi() {
val token = doc.select("meta[name=csrf-token]").attr("content")
val routeCheckAvl = doc.select("input#routeCheckAvl").attr("value")
val json = app.post(
val json = app.get(
routeCheckAvl, headers = mapOf(
"X-Requested-With" to "XMLHttpRequest",
"X-CSRF-TOKEN" to token