This commit is contained in:
Jobobby04 2024-10-26 23:30:07 -04:00
parent b48556aa9f
commit 86e1406565

View File

@ -452,7 +452,7 @@ class EHentai(
}.plus(
select("#gdt a").map {
Pair(it.child(0).attr("title").removePrefix("Page ").substringBefore(":").toInt(), it.attr("href"))
}
},
).sortedBy(Pair<Int, String>::first).map { it.second }
}