RawXZ: source change to .to (#6153)

This commit is contained in:
dngonz 2024-11-19 15:54:48 +01:00 committed by Draff
parent f60a0d37a7
commit e69b2141e8
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ext {
extClass = '.RawXZ' extClass = '.RawXZ'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://rawxz.si' baseUrl = 'https://rawxz.si'
overrideVersionCode = 1 overrideVersionCode = 2
isNsfw = true isNsfw = true
} }

View File

@ -6,7 +6,7 @@ import java.util.Locale
class RawXZ : Madara( class RawXZ : Madara(
"RawXZ", "RawXZ",
"https://rawxz.si", "https://rawxz.to",
"ja", "ja",
dateFormat = SimpleDateFormat("M月 d, yyyy", Locale.ROOT), dateFormat = SimpleDateFormat("M月 d, yyyy", Locale.ROOT),
) { ) {