mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: fixed smashy
This commit is contained in:
parent
127b98e8db
commit
21b84552bd
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// use an integer for version numbers
|
// use an integer for version numbers
|
||||||
version = 106
|
version = 107
|
||||||
|
|
||||||
|
|
||||||
cloudstream {
|
cloudstream {
|
||||||
|
|
|
@ -1962,7 +1962,7 @@ object SoraExtractor : SoraStream() {
|
||||||
it.attr("data-id") to it.text()
|
it.attr("data-id") to it.text()
|
||||||
}.apmap {
|
}.apmap {
|
||||||
when {
|
when {
|
||||||
it.first.contains("/flix") -> {
|
it.first.contains("/ffix") -> {
|
||||||
invokeSmashyOne(it.second, it.first, callback)
|
invokeSmashyOne(it.second, it.first, callback)
|
||||||
}
|
}
|
||||||
it.first.contains("/gtop") -> {
|
it.first.contains("/gtop") -> {
|
||||||
|
|
Loading…
Reference in a new issue