mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix
This commit is contained in:
parent
f03308bd7e
commit
411ba0ed9b
1 changed files with 1 additions and 1 deletions
|
@ -2190,7 +2190,7 @@ object SoraExtractor : SoraStream() {
|
|||
"$blackvidAPI/v3/tv/sources/$tmdbId/$season/$episode?key=$key"
|
||||
}
|
||||
|
||||
val data = app.get(url).body.bytes().decrypt(key)
|
||||
val data = app.get(url, timeout = 120L).body.bytes().decrypt(key)
|
||||
val json = tryParseJson<BlackvidResponses>(data)
|
||||
|
||||
json?.sources?.map { source ->
|
||||
|
|
Loading…
Reference in a new issue