mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
HuntersScans: Updated Domain (#4438)
This commit is contained in:
parent
4367042190
commit
024d726a2d
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Hunters Scans'
|
extName = 'Hunters Scans'
|
||||||
extClass = '.HuntersScans'
|
extClass = '.HuntersScans'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://huntersscan.xyz'
|
baseUrl = 'https://huntersscan.net'
|
||||||
overrideVersionCode = 2
|
overrideVersionCode = 3
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ import java.util.Locale
|
|||||||
|
|
||||||
class HuntersScans : Madara(
|
class HuntersScans : Madara(
|
||||||
"Hunters Scan",
|
"Hunters Scan",
|
||||||
"https://huntersscan.xyz",
|
"https://huntersscan.net",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
SimpleDateFormat("dd/MM/yyyy", Locale("pt", "BR")),
|
||||||
) {
|
) {
|
||||||
|
Loading…
Reference in New Issue
Block a user