mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: small fix in gomovies
This commit is contained in:
parent
352a0c4f41
commit
81f614bd7c
1 changed files with 1 additions and 1 deletions
|
@ -2575,7 +2575,7 @@ object SoraExtractor : SoraStream() {
|
||||||
media.third,
|
media.third,
|
||||||
gomoviesAPI
|
gomoviesAPI
|
||||||
)
|
)
|
||||||
).document.selectFirst("div#g_MXOzFGouZrOAUioXjpddqkZK a:contains(Episode $episodeSlug:)")
|
).document.selectFirst("div#g_MXOzFGouZrOAUioXjpddqkZK a:contains(Episode $episodeSlug)")
|
||||||
?.attr("href")
|
?.attr("href")
|
||||||
} ?: return
|
} ?: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue