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