mirror of
https://github.com/yoyzo/arab
synced 2024-08-15 03:15:00 +00:00
Update FaselHDProvider.kt
This commit is contained in:
parent
470fa3648f
commit
c910f800f5
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class FaselHD : MainAPI() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
val player = app.get(app.get(data).document.select("iframe[name=\"player_iframe\"]").attr("src"), interceptor = cfKiller, referer = data).document
|
||||
val player = app.get(app.get(data).document.select(".downloadLinks a")?.first()?.attr("href"), interceptor = cfKiller, referer = data).document
|
||||
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
|
|
Loading…
Reference in a new issue