mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update Gomov.kt
This commit is contained in:
parent
4f4d9f63de
commit
a282acbb36
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ open class Gomov : MainAPI() {
|
||||||
val document = app.get(url).document
|
val document = app.get(url).document
|
||||||
|
|
||||||
val title =
|
val title =
|
||||||
document.selectFirst("h1.entry-title")?.text()?.substringBefore("Season")?.trim()
|
document.selectFirst("h1.entry-title")?.text()?.substringBefore("Season")?.substringBefore("Episode")?.trim()
|
||||||
.toString()
|
.toString()
|
||||||
val poster =
|
val poster =
|
||||||
fixUrlNull(document.selectFirst("figure.pull-left > img")?.attr("src"))?.fixImageQuality()
|
fixUrlNull(document.selectFirst("figure.pull-left > img")?.attr("src"))?.fixImageQuality()
|
||||||
|
|
Loading…
Reference in a new issue