mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ad0fbeee19
7 changed files with 9 additions and 9 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…
Add table
Add a link
Reference in a new issue