Update SoraExtractor.kt for smashy fix (just a try)

This commit is contained in:
krishus96 2023-12-07 10:26:43 +05:30 committed by GitHub
parent a496f79f05
commit a28dbd74e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1637,7 +1637,7 @@ object SoraExtractor : SoraStream() {
it.attr("data-url") to it.text()
}.apmap {
when {
it.second.contains(Regex("(Player F|Player FM)\$")) -> {
it.second.contains(Regex("(Player F|Player FM)) -> {
invokeSmashyFfix(it.second, it.first, url, callback)
}
else -> return@apmap