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'
themePkg = 'madara'
baseUrl = 'https://rawxz.si'
overrideVersionCode = 1
overrideVersionCode = 2
isNsfw = true
}

View File

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