HuntersScans: Update domain (#5970)

Update domain
This commit is contained in:
Chopper 2024-11-11 05:36:16 -03:00 committed by Draff
parent 00b01225db
commit 50cce6c943
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
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://htoons.online'
overrideVersionCode = 5
baseUrl = 'https://hunterscomics.com'
overrideVersionCode = 6
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
class HuntersScans : Madara(
"Hunters Scan",
"https://htoons.online",
"https://hunterscomics.com",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {