small fix

This commit is contained in:
hexated 2023-04-30 02:03:31 +07:00
parent fb566a6796
commit a63238a70d
1 changed files with 3 additions and 3 deletions

View File

@ -2869,11 +2869,11 @@ object SoraExtractor : SoraStream() {
)
}?.sortedByDescending {
it.second.getFileSize()
}?.map { source ->
}?.apmap { source ->
val quality = getIndexQuality(source.first)
val tags = getIndexQualityTags(source.first)
val video = source.third?.removePrefix("vlc://") ?: return@map
if(!app.get(video).isSuccessful) return@map
val video = source.third?.removePrefix("vlc://") ?: return@apmap
if(!app.get(video).isSuccessful) return@apmap
callback.invoke(
ExtractorLink(
"Shivamhw",