Nivera Fansub: update domain (#3783)
This commit is contained in:
parent
30d9450b38
commit
fe23485b11
|
@ -2,8 +2,8 @@ ext {
|
|||
extName = 'Nivera Fansub'
|
||||
extClass = '.NiveraFansub'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://niverafansub.net'
|
||||
overrideVersionCode = 1
|
||||
baseUrl = 'https://niverafansub.org'
|
||||
overrideVersionCode = 2
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
|||
|
||||
class NiveraFansub : Madara(
|
||||
"Nivera Fansub",
|
||||
"https://niverafansub.net",
|
||||
"https://niverafansub.org",
|
||||
"tr",
|
||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue