HuntersScans: Update domain (#8854)

Update domain
This commit is contained in:
Chopper 2025-05-18 02:34:07 -03:00 committed by Draff
parent 6a6ea56420
commit adb389334b
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Hunters Scans'
extClass = '.HuntersScans'
themePkg = 'madara'
baseUrl = 'https://hunterscomics.com'
overrideVersionCode = 6
baseUrl = 'https://readhunters.xyz'
overrideVersionCode = 7
isNsfw = true
}

View File

@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
class HuntersScans : Madara(
"Hunters Scan",
"https://hunterscomics.com",
"https://readhunters.xyz",
"pt-BR",
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
) {
@ -17,9 +17,9 @@ class HuntersScans : Madara(
.readTimeout(3, TimeUnit.MINUTES)
.build()
override val mangaSubString = "series"
override val mangaSubString = "comics"
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useLoadMoreRequest = LoadMoreStrategy.Always
override val useNewChapterEndpoint = true
}