Skip to content

Unstable - #82

Merged
InvalidDavid merged 466 commits into
masterfrom
unstable
Sep 6, 2026
Merged

Unstable#82
InvalidDavid merged 466 commits into
masterfrom
unstable

Conversation

@InvalidDavid

Copy link
Copy Markdown
Owner

No description provided.

@InvalidDavid
InvalidDavid merged commit 067e303 into master Sep 6, 2026
1 check passed
Comment thread src/main/kotlin/tsuki/site/all/MangaPlus.kt Dismissed

for (target in 0 until tileCount) {
val from = inverse[target]
val srcX = (from % gridSize) * tileWidth
val from = inverse[target]
val srcX = (from % gridSize) * tileWidth
val srcY = (from / gridSize) * tileHeight
val dstX = (target % gridSize) * tileWidth
val unit = parts[1].lowercase()
val now = System.currentTimeMillis()
val millis = when (unit) {
"h" -> amount * 60 * 60 * 1000L
val now = System.currentTimeMillis()
val millis = when (unit) {
"h" -> amount * 60 * 60 * 1000L
"min", "minuto", "minutos" -> amount * 60 * 1000L
"h" -> amount * 60 * 60 * 1000L
"min", "minuto", "minutos" -> amount * 60 * 1000L
"día", "días", "dia", "dias" -> amount * 24 * 60 * 60 * 1000L
"sem", "semanas", "semana" -> amount * 7 * 24 * 60 * 60 * 1000L
"min", "minuto", "minutos" -> amount * 60 * 1000L
"día", "días", "dia", "dias" -> amount * 24 * 60 * 60 * 1000L
"sem", "semanas", "semana" -> amount * 7 * 24 * 60 * 60 * 1000L
"mes", "meses" -> amount * 30 * 24 * 60 * 60 * 1000L
"día", "días", "dia", "dias" -> amount * 24 * 60 * 60 * 1000L
"sem", "semanas", "semana" -> amount * 7 * 24 * 60 * 60 * 1000L
"mes", "meses" -> amount * 30 * 24 * 60 * 60 * 1000L
"año", "años", "ano", "anos" -> amount * 365 * 24 * 60 * 60 * 1000L
val name = element.text()
val chNum = element.select("span").attr("data-num").toFloatOrNull() ?: -1f
val dateStr = element.select("span").attr("datetime")
val uploadDate = dateStr?.let { dateFormat.parseSafe(it) } ?: 0L
return response
}

private fun Locale.toLanguagePath() = when (language) {
@InvalidDavid
InvalidDavid deleted the unstable branch September 6, 2026 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants