mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
sora: small fix
This commit is contained in:
parent
1375d17fce
commit
7d342057be
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ object SoraExtractor : SoraStream() {
|
|||
if (season == null) {
|
||||
it.first.contains("/movie/")
|
||||
} else {
|
||||
it.first.contains("/series/")
|
||||
it.first.contains("/tv/")
|
||||
} && (it.second.equals(title, true) || it.second.createSlug()
|
||||
.equals(title.createSlug())) && it.third.toInt() == year
|
||||
}?.first
|
||||
|
|
Loading…
Reference in a new issue