mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
2eba378996
commit
d2c96d3867
1 changed files with 2 additions and 0 deletions
|
@ -1719,6 +1719,8 @@ object SoraExtractor : SoraStream() {
|
|||
"$rStreamAPI/Shows/$id/$season/$episode.mp4"
|
||||
}
|
||||
|
||||
if(!app.get(url).isSuccessful) return
|
||||
|
||||
delay(5000)
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
|
|
Loading…
Reference in a new issue