FaselHD should be fixed now

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

View File

@ -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,