HuntersScans: Update domain (#4737)

Update domain
This commit is contained in:
Chopper 2024-08-24 23:14:57 -03:00 committed by Draff
parent 8a8eaf675e
commit 4c947f56b9
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -7,7 +7,7 @@ import java.util.Locale
class HuntersScans : Madara(
"Hunters Scan",
"https://huntersscan.net",
"https://hunterscomics.com",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
@ -16,5 +16,8 @@ class HuntersScans : Madara(
.build()
override val mangaSubString = "series"
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}