Merge remote-tracking branch 'origin/master'

This commit is contained in:
jack 2023-10-31 16:40:30 +07:00
commit ad0fbeee19
7 changed files with 9 additions and 9 deletions

View file

@ -1684,7 +1684,7 @@ object SoraExtractor : SoraStream() {
it.second.equals("Player FM", true) -> invokeSmashyFm(
it.second, it.first, url, callback
)
it.second.contains(Regex("(Player F|Player SE|Player N)")) -> {
it.second.contains(Regex("(Player F|Player SE|Player N|Player D)")) -> {
invokeSmashyFfix(it.second, it.first, url, callback)
}
else -> return@apmap