[Source] [MangaOwl] Fix not loading chapter list
This commit is contained in:
committed by
Koitharu
parent
2ce5cb524f
commit
808a6efd8f
@@ -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 ->
|
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 a = li.select("a")
|
||||||
val href = a.attr("href").ifEmpty {
|
val href = a.attr("data-href").ifEmpty {
|
||||||
parseFailed("Link is missing")
|
parseFailed("Link is missing")
|
||||||
}
|
}
|
||||||
MangaChapter(
|
MangaChapter(
|
||||||
|
|||||||
Reference in New Issue
Block a user