Catharsis World: Change url (#7813)

change url
This commit is contained in:
dngonz 2025-03-01 04:25:27 +01:00 committed by Draff
parent 4defc529d3
commit fca1ceeb89
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 = 'Catharsis World' extName = 'Catharsis World'
extClass = '.CatharsisWorld' extClass = '.CatharsisWorld'
themePkg = 'madara' themePkg = 'madara'
baseUrl = 'https://catharsisworld.kawi.lat' baseUrl = 'https://catharsisworld.akan01.com'
overrideVersionCode = 0 overrideVersionCode = 1
isNsfw = true isNsfw = true
} }

View File

@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
class CatharsisWorld : Madara( class CatharsisWorld : Madara(
"Catharsis World", "Catharsis World",
"https://catharsisworld.kawi.lat", "https://catharsisworld.akan01.com",
"es", "es",
) { ) {
override val versionId = 2 override val versionId = 2