Samurai & KnightNoScan Domain Updates (#10047)
This commit is contained in:
parent
6ffe8e7af9
commit
d49b5560f6
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Knight No Scanlation'
|
||||
extClass = '.KnightNoScanlation'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://kns.cookni.net'
|
||||
overrideVersionCode = 5
|
||||
baseUrl = 'https://kns.rzword.xyz'
|
||||
overrideVersionCode = 6
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit
|
||||
|
||||
class KnightNoScanlation : Madara(
|
||||
"Knight No Scanlation",
|
||||
"https://kns.cookni.net",
|
||||
"https://kns.rzword.xyz",
|
||||
"es",
|
||||
SimpleDateFormat("MMMM dd, yyyy", Locale("es")),
|
||||
) {
|
||||
|
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'SamuraiScan'
|
||||
extClass = '.SamuraiScan'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://samurai.wordoco.com'
|
||||
overrideVersionCode = 13
|
||||
baseUrl = 'https://samurai.rzword.xyz'
|
||||
overrideVersionCode = 14
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ import java.util.Locale
|
||||
|
||||
class SamuraiScan : Madara(
|
||||
"SamuraiScan",
|
||||
"https://samurai.wordoco.com",
|
||||
"https://samurai.rzword.xyz",
|
||||
"es",
|
||||
SimpleDateFormat("dd MMMM, yyyy", Locale("es")),
|
||||
) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user