@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Catharsis World'
|
||||
extClass = '.CatharsisWorld'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://catharsisworld.dig-it.info'
|
||||
overrideVersionCode = 3
|
||||
baseUrl = 'https://catharsisworld.justep.me'
|
||||
overrideVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 12 KiB |
@ -9,7 +9,7 @@ import org.jsoup.nodes.Element
|
||||
|
||||
class CatharsisWorld : Madara(
|
||||
"Catharsis World",
|
||||
"https://catharsisworld.dig-it.info",
|
||||
"https://catharsisworld.justep.me",
|
||||
"es",
|
||||
) {
|
||||
override val versionId = 2
|
||||
|