Spotless
This commit is contained in:
parent
b48556aa9f
commit
86e1406565
@ -452,7 +452,7 @@ class EHentai(
|
|||||||
}.plus(
|
}.plus(
|
||||||
select("#gdt a").map {
|
select("#gdt a").map {
|
||||||
Pair(it.child(0).attr("title").removePrefix("Page ").substringBefore(":").toInt(), it.attr("href"))
|
Pair(it.child(0).attr("title").removePrefix("Page ").substringBefore(":").toInt(), it.attr("href"))
|
||||||
}
|
},
|
||||||
).sortedBy(Pair<Int, String>::first).map { it.second }
|
).sortedBy(Pair<Int, String>::first).map { it.second }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user