mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
6fa564f9d3
commit
e41321271f
1 changed files with 1 additions and 1 deletions
|
@ -2064,7 +2064,7 @@ object SoraExtractor : SoraStream() {
|
|||
it.attr("data-id") to it.text()
|
||||
}.apmap {
|
||||
when {
|
||||
it.first.contains("/fix.php") && !isAnime -> {
|
||||
it.second.equals("Player F", true) || it.second.equals("Player N", true) && !isAnime -> {
|
||||
invokeSmashyFfix(it.second, it.first, url, callback)
|
||||
}
|
||||
it.first.contains("/gtop") -> {
|
||||
|
|
Loading…
Reference in a new issue