diff --git a/vripper-core/src/main/kotlin/me/vripper/host/ImxHost.kt b/vripper-core/src/main/kotlin/me/vripper/host/ImxHost.kt index 48e95c0..1c488d2 100644 --- a/vripper-core/src/main/kotlin/me/vripper/host/ImxHost.kt +++ b/vripper-core/src/main/kotlin/me/vripper/host/ImxHost.kt @@ -71,6 +71,7 @@ internal class ImxHost : Host("imx.to", 8) { } private fun findPattern(image: ImageEntity, subDomain: String): String = image.thumbUrl + .replace("http:", "https:") .replace("imx.to", subDomain) .replace("upload/small/", "i/") .replace("u/t/", "i/")