Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Jan 30, 2024
1 parent 22bb231 commit 5982deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoraStream/src/main/kotlin/com/hexated/SoraExtractor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5982deb

Please sign in to comment.