mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fixed #432
This commit is contained in:
parent
fb73c9eabb
commit
a496f79f05
13 changed files with 31 additions and 208 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue