Change for t1 for better hit rate (#1425)

This commit is contained in:
cfouche
2025-05-11 20:12:44 +02:00
committed by GitHub
parent 6bd978eef1
commit 274350c118
2 changed files with 2 additions and 2 deletions
@@ -46,7 +46,7 @@ class NHentaiSearchMetadata : RaisedSearchMetadata() {
val cover = if (mediaId != null) {
typeToExtension(coverImageType)?.let {
"https://t3.nhentai.net/galleries/$mediaId/cover.$it"
"https://t1.nhentai.net/galleries/$mediaId/cover.$it"
}
} else {
null