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