Merge remote-tracking branch 'origin/master'

This commit is contained in:
hexated 2023-06-16 06:38:34 +07:00
commit 1fe5ed78be
1 changed files with 2 additions and 2 deletions

View File

@ -94,9 +94,9 @@ class Aniworld : MainAPI() {
document.select("li:contains(Schauspieler:) ul li a").map { it.select("span").text() }
val episodes = mutableListOf<Episode>()
document.select("div#stream > ul:first-child li").apmap { ele ->
document.select("div#stream > ul:first-child li").map { ele ->
val page = ele.selectFirst("a")
val epsDocument = app.get(fixUrl(page?.attr("href") ?: return@apmap)).document
val epsDocument = app.get(fixUrl(page?.attr("href") ?: return@map)).document
epsDocument.select("div#stream > ul:nth-child(4) li").mapNotNull { eps ->
episodes.add(
Episode(