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
faedd7b722
commit
0ad1bcbbaa
1 changed files with 2 additions and 2 deletions
|
@ -2940,7 +2940,7 @@ object SoraExtractor : SoraStream() {
|
|||
ExtractorLink(
|
||||
"Shivamhw",
|
||||
"Shivamhw $tags [${size}]",
|
||||
videoUrl?.removePrefix("vlc://") ?: return@map,
|
||||
videoUrl?.removePrefix("vlc://")?.encodeUrl() ?: return@map,
|
||||
"",
|
||||
quality,
|
||||
)
|
||||
|
@ -2955,7 +2955,7 @@ object SoraExtractor : SoraStream() {
|
|||
ExtractorLink(
|
||||
"Shivamhw",
|
||||
"Shivamhw $tags [${source.size}]",
|
||||
source.stream_link ?: return@map,
|
||||
source.stream_link?.encodeUrl() ?: return@map,
|
||||
"",
|
||||
quality,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue