mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update SoraExtractor.kt for smashystream to add Hindi Player (#346)
This commit is contained in:
parent
c791e99d97
commit
677232d0fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue