mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
added delay
This commit is contained in:
parent
9ec65f3b24
commit
f2b6850716
1 changed files with 1 additions and 0 deletions
|
@ -1102,6 +1102,7 @@ object SoraExtractor : SoraStream() {
|
||||||
it.number == episode
|
it.number == episode
|
||||||
}?.id ?: return
|
}?.id ?: return
|
||||||
|
|
||||||
|
delay(1000)
|
||||||
val sources = app.get("$consumetZoroAPI/watch?episodeId=$episodeId")
|
val sources = app.get("$consumetZoroAPI/watch?episodeId=$episodeId")
|
||||||
.parsedSafe<ConsumetSourcesResponse>() ?: return
|
.parsedSafe<ConsumetSourcesResponse>() ?: return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue