[Source] [MangaOwl] Fix not loading chapter list

This commit is contained in:
Zakhar Timoshenko
2021-11-21 12:19:59 +03:00
committed by Koitharu
parent 527a3cbd09
commit 66ed19ed5a

View File

@@ -93,7 +93,7 @@ class MangaOwlRepository(loaderContext: MangaLoaderContext) : RemoteMangaReposit
},
chapters = table.select("div.table.table-chapter-list").select("li.list-group-item.chapter_list").asReversed().mapIndexed { i, li ->
val a = li.select("a")
val href = a.attr("href").ifEmpty {
val href = a.attr("data-href").ifEmpty {
parseFailed("Link is missing")
}
MangaChapter(