Niverafansub url (#3273)
* nivera fansub url change * Update build.gradle
This commit is contained in:
parent
1b34ce2ddd
commit
adfd31c749
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Nivera Fansub'
|
extName = 'Nivera Fansub'
|
||||||
extClass = '.NiveraFansub'
|
extClass = '.NiveraFansub'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://niverafansub.co'
|
baseUrl = 'https://niverafansub.net'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ import java.util.Locale
|
||||||
|
|
||||||
class NiveraFansub : Madara(
|
class NiveraFansub : Madara(
|
||||||
"Nivera Fansub",
|
"Nivera Fansub",
|
||||||
"https://niverafansub.co",
|
"https://niverafansub.net",
|
||||||
"tr",
|
"tr",
|
||||||
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
dateFormat = SimpleDateFormat("d MMMM yyyy", Locale("tr")),
|
||||||
) {
|
) {
|
||||||
|
|
Loading…
Reference in New Issue