mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix
This commit is contained in:
parent
9d0175ff0f
commit
1cd7425223
1 changed files with 2 additions and 2 deletions
|
@ -936,9 +936,9 @@ object SoraExtractor : SoraStream() {
|
|||
)
|
||||
app.get(serverUrl)
|
||||
.parsedSafe<AllanimeLinks>()?.links?.filter { it.resolutionStr == "RAW" && it.hls == true }?.forEach { source ->
|
||||
val tlName = if (translation == "sub") "Raw" else "English Dub"
|
||||
val translation = if (tl == "sub") "Raw" else "English Dub"
|
||||
M3u8Helper.generateM3u8(
|
||||
"Vrv [$tlName]",
|
||||
"Vrv [$translation]",
|
||||
source.link ?: return@apmap,
|
||||
"https://static.crunchyroll.com/",
|
||||
).forEach(callback)
|
||||
|
|
Loading…
Reference in a new issue