This commit is contained in:
hexated 2023-10-04 04:07:24 +07:00
parent f03308bd7e
commit 411ba0ed9b

View file

@ -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 ->