sora: fixed smashy

This commit is contained in:
hexated 2023-03-26 13:17:06 +07:00
parent 127b98e8db
commit 21b84552bd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 106
version = 107
cloudstream {

View File

@ -1962,7 +1962,7 @@ object SoraExtractor : SoraStream() {
it.attr("data-id") to it.text()
}.apmap {
when {
it.first.contains("/flix") -> {
it.first.contains("/ffix") -> {
invokeSmashyOne(it.second, it.first, callback)
}
it.first.contains("/gtop") -> {