mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update MundoDonghuaProvider.kt
This commit is contained in:
parent
e55c6e2feb
commit
665ab514aa
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class MundoDonghuaProvider : MainAPI() {
|
|||
|
||||
override suspend fun load(url: String): LoadResponse {
|
||||
val doc = app.get(url, timeout = 120).document
|
||||
Val docSpecial = app.get("https://www.mundodonghua.com", timeout = 120).document
|
||||
val docSpecial = app.get("https://www.mundodonghua.com", timeout = 120).document
|
||||
val poster = doc.selectFirst("head meta[property=og:image]")?.attr("content") ?: ""
|
||||
val title = doc.selectFirst(".ls-title-serie")?.text() ?: ""
|
||||
val description = doc.selectFirst("p.text-justify.fc-dark")?.text() ?: ""
|
||||
|
|
Loading…
Reference in a new issue