added delay

This commit is contained in:
hexated 2022-11-18 18:26:08 +07:00
parent 9ec65f3b24
commit f2b6850716
1 changed files with 1 additions and 0 deletions

View File

@ -1102,6 +1102,7 @@ object SoraExtractor : SoraStream() {
it.number == episode
}?.id ?: return
delay(1000)
val sources = app.get("$consumetZoroAPI/watch?episodeId=$episodeId")
.parsedSafe<ConsumetSourcesResponse>() ?: return