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