mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update
This commit is contained in:
parent
8ab71d47e5
commit
9954986e47
1 changed files with 1 additions and 1 deletions
|
@ -2297,7 +2297,7 @@ object SoraExtractor : SoraStream() {
|
|||
it.title.equals(
|
||||
title,
|
||||
true
|
||||
) && it.infor.equals(if (season == null) "$year" else "SS ${lastSeason?.minus(1)}") && it.type == if (season == null) "Movie" else "TV"
|
||||
) && it.infor.contains(if (season == null) "$year" else "SS") && it.type == if (season == null) "Movie" else "TV"
|
||||
}
|
||||
|
||||
val shareId = media?.url?.substringAfterLast("/") ?: return
|
||||
|
|
Loading…
Reference in a new issue