mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
Update SoraExtractor.kt for smashy fix (just a try)
This commit is contained in:
parent
a496f79f05
commit
a28dbd74e4
1 changed files with 1 additions and 1 deletions
|
@ -1637,7 +1637,7 @@ object SoraExtractor : SoraStream() {
|
||||||
it.attr("data-url") to it.text()
|
it.attr("data-url") to it.text()
|
||||||
}.apmap {
|
}.apmap {
|
||||||
when {
|
when {
|
||||||
it.second.contains(Regex("(Player F|Player FM)\$")) -> {
|
it.second.contains(Regex("(Player F|Player FM)) -> {
|
||||||
invokeSmashyFfix(it.second, it.first, url, callback)
|
invokeSmashyFfix(it.second, it.first, url, callback)
|
||||||
}
|
}
|
||||||
else -> return@apmap
|
else -> return@apmap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue