From 411ba0ed9b82f4f7234b4cdbf98dae543efd9ed8 Mon Sep 17 00:00:00 2001 From: hexated Date: Wed, 4 Oct 2023 04:07:24 +0700 Subject: [PATCH] fix --- SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt index 794bdb2b..86cdfd48 100644 --- a/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt +++ b/SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt @@ -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(data) json?.sources?.map { source ->