Nivera Fansub: update domain (#3783)

This commit is contained in:
Vetle Ledaal 2024-06-28 13:02:30 +02:00 committed by Draff
parent 30d9450b38
commit fe23485b11
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -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
}

View File

@ -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")),
) {