uakino: drop logs
This commit is contained in:
parent
50148bf881
commit
70e197c958
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
package com.lagradost
|
||||
|
||||
import android.util.Log
|
||||
import com.lagradost.cloudstream3.*
|
||||
import com.lagradost.cloudstream3.LoadResponse.Companion.addActors
|
||||
import com.lagradost.cloudstream3.LoadResponse.Companion.addTrailer
|
||||
|
@ -89,7 +88,6 @@ class UakinoProvider : MainAPI() {
|
|||
val actors = document.select("div.film-info > div:nth-child(6) a").map { it.text() }
|
||||
|
||||
val recommendations = document.select(".related-item").map {
|
||||
Log.d("load-debug", it.html())
|
||||
it.toSearchResponse()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue