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
22bb231f2e
commit
5982deb684
1 changed files with 1 additions and 1 deletions
|
@ -2120,7 +2120,7 @@ object SoraExtractor : SoraStream() {
|
|||
referer = url,
|
||||
headers = headers
|
||||
).text
|
||||
val links = encryptedData.decrypt(base64Decode("MTEx"))
|
||||
val links = encryptedData.decrypt(base64Decode("OTg="))
|
||||
links?.forEach { video ->
|
||||
qualities.filter { it <= video.max.toInt() }.forEach {
|
||||
callback(
|
||||
|
|
Loading…
Reference in a new issue