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' extName = 'Hunters Scans'
extClass = '.HuntersScans' extClass = '.HuntersScans'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://huntersscan.net' baseUrl = 'https://hunterscomics.com'
overrideVersionCode = 3 overrideVersionCode = 4
isNsfw = true isNsfw = true
} }

View File

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