parent
8a8eaf675e
commit
4c947f56b9
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue