FaselHD should be fixed now
This commit is contained in:
parent
47315b81be
commit
16394221a4
1 changed files with 2 additions and 2 deletions
|
@ -153,8 +153,8 @@ class FaselHD : MainAPI() {
|
|||
doc.select("iframe[name=\"player_iframe\"]").attr("src") to "iframe"
|
||||
).apmap { (url, method) ->
|
||||
if(method == "download") {
|
||||
val player = app.get(url, interceptor = CloudflareKiller(), referer = mainUrl).document
|
||||
println(player)
|
||||
val player = app.post(url, interceptor = CloudflareKiller(), referer = mainUrl).document
|
||||
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
this.name,
|
||||
|
|
Loading…
Reference in a new issue