mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update EurostreamingProvider.kt
This commit is contained in:
parent
9934b5f209
commit
b9ccce62e4
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,6 @@ import com.lagradost.cloudstream3.utils.AppUtils.toJson
|
||||||
import com.lagradost.cloudstream3.network.CloudflareKiller
|
import com.lagradost.cloudstream3.network.CloudflareKiller
|
||||||
import okhttp3.FormBody
|
import okhttp3.FormBody
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
import android.util.Log
|
|
||||||
|
|
||||||
class EurostreamingProvider : MainAPI() {
|
class EurostreamingProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
|
@ -61,8 +60,8 @@ class EurostreamingProvider : MainAPI() {
|
||||||
interceptor = interceptor
|
interceptor = interceptor
|
||||||
).document
|
).document
|
||||||
|
|
||||||
return doc.select("div.post-thumb").map {
|
return doc.select("div.post-thumb").mapNotNull {
|
||||||
it.toSearchResult()
|
it?.toSearchResult()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue