mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
small fix IndexSubtitle (#126)
This commit is contained in:
parent
365d470f82
commit
b83843d3ae
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ class IndexSubtitleApi : AbstractSubApi {
|
|||
} else {
|
||||
document.select("div.my-3.p-3 div.media").mapNotNull { block ->
|
||||
val name =
|
||||
block.selectFirst("strong.d-block.text-primary")?.text()?.trim().toString()
|
||||
block.selectFirst("strong.d-block")?.text()?.trim().toString()
|
||||
if (seasonNum!! > 0) {
|
||||
if (isRightEps(name, seasonNum, epNum)) {
|
||||
fixUrl(block.selectFirst("a")!!.attr("href"))
|
||||
|
|
Loading…
Reference in a new issue