parent
00b01225db
commit
50cce6c943
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Hunters Scans'
|
||||
extClass = '.HuntersScans'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://htoons.online'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://hunterscomics.com'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.concurrent.TimeUnit
|
|||
|
||||
class HuntersScans : Madara(
|
||||
"Hunters Scan",
|
||||
"https://htoons.online",
|
||||
"https://hunterscomics.com",
|
||||
"pt-BR",
|
||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue