@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Catharsis World'
|
extName = 'Catharsis World'
|
||||||
extClass = '.CatharsisWorld'
|
extClass = '.CatharsisWorld'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://catharsisworld.dig-it.info'
|
baseUrl = 'https://catharsisworld.justep.me'
|
||||||
overrideVersionCode = 3
|
overrideVersionCode = 4
|
||||||
isNsfw = true
|
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(
|
class CatharsisWorld : Madara(
|
||||||
"Catharsis World",
|
"Catharsis World",
|
||||||
"https://catharsisworld.dig-it.info",
|
"https://catharsisworld.justep.me",
|
||||||
"es",
|
"es",
|
||||||
) {
|
) {
|
||||||
override val versionId = 2
|
override val versionId = 2
|
||||||
|