This commit is contained in:
CodeSpoof 2024-01-10 12:40:59 +01:00 committed by GitHub
parent 3067f81a46
commit 9f77d5b963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ class Nicomanga : HttpSource() {
private fun mangaListParse(response: Response): MangasPage {
val doc = Jsoup.parse(response.body.string())
val mangaList: ArrayList<Element> = doc.select(".row > .thumb-item-flow")
val hasNextPage =
if (doc.select(".pagination li:last-of-type").size > 0 &&
doc.select(".pagination li:last-of-type")[0].text() == "»"