mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
8c287e2cd1
commit
ad88bb0e9c
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ object SoraExtractor : SoraStream() {
|
|||
"${filmxyAPI}/tv/$imdbId"
|
||||
}
|
||||
val filmxyCookies = getFilmxyCookies(url)
|
||||
val doc = session.get(url, cookies = filmxyCookies).document
|
||||
val doc = app.get(url, cookies = filmxyCookies).document
|
||||
val script = doc.selectFirst("script:containsData(var isSingle)")?.data() ?: return
|
||||
|
||||
val sourcesData =
|
||||
|
|
Loading…
Reference in a new issue