mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-26 04:03:01 +01:00
Niverafansub url (#3273)
* nivera fansub url change * Update build.gradle
This commit is contained in:
parent
a330f633f7
commit
a26934612a
@ -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
Block a user