Hentaicb: Fix domain (#8350)

fix domain
This commit is contained in:
dngonz 2025-04-04 09:13:20 +02:00 committed by Draff
parent 1e3a5d8906
commit f1fd001e3f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'CBHentai' extName = 'CBHentai'
extClass = '.HentaiCB' extClass = '.HentaiCB'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://hentaicb.lat' baseUrl = 'https://hentaicb.bar'
overrideVersionCode = 14 overrideVersionCode = 15
isNsfw = true isNsfw = true
} }

View File

@ -24,7 +24,7 @@ import java.util.Locale
class HentaiCB : class HentaiCB :
Madara( Madara(
"CBHentai", "CBHentai",
"https://hentaicb.lat", "https://hentaicb.bar",
"vi", "vi",
SimpleDateFormat("dd/MM/yyyy", Locale("vi")), SimpleDateFormat("dd/MM/yyyy", Locale("vi")),
), ),