sora: small fix

This commit is contained in:
hexated 2023-06-02 09:56:59 +07:00
parent 1375d17fce
commit 7d342057be
1 changed files with 1 additions and 1 deletions

View File

@ -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