Update SoraExtractor.kt for smashystream to add Hindi Player (#346)

This commit is contained in:
krishus96 2023-10-29 23:49:38 +05:30 committed by GitHub
parent c791e99d97
commit 677232d0fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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