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"
|
doc.select("iframe[name=\"player_iframe\"]").attr("src") to "iframe"
|
||||||
).apmap { (url, method) ->
|
).apmap { (url, method) ->
|
||||||
if(method == "download") {
|
if(method == "download") {
|
||||||
val player = app.get(url, interceptor = CloudflareKiller(), referer = mainUrl).document
|
val player = app.post(url, interceptor = CloudflareKiller(), referer = mainUrl).document
|
||||||
println(player)
|
|
||||||
callback.invoke(
|
callback.invoke(
|
||||||
ExtractorLink(
|
ExtractorLink(
|
||||||
this.name,
|
this.name,
|
||||||
|
|
Loading…
Reference in a new issue