HuntersScans: Updated Domain (#4438)

This commit is contained in:
Pedro Azevedo 2024-08-06 00:33:46 -03:00 committed by GitHub
parent 4367042190
commit 024d726a2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hunters Scans'
extClass = '.HuntersScans'
themePkg = 'madara'
baseUrl = 'https://huntersscan.xyz'
overrideVersionCode = 2
baseUrl = 'https://huntersscan.net'
overrideVersionCode = 3
isNsfw = true
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class HuntersScans : Madara(
"Hunters Scan",
"https://huntersscan.xyz",
"https://huntersscan.net",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {