Shinigami: update domain (#3740)
This commit is contained in:
parent
56adddffa3
commit
4b996a2976
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Shinigami'
|
extName = 'Shinigami'
|
||||||
extClass = '.Shinigami'
|
extClass = '.Shinigami'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://shinigamitoon.id'
|
baseUrl = 'https://shinigamitoon.app'
|
||||||
overrideVersionCode = 21
|
overrideVersionCode = 22
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ import kotlinx.serialization.decodeFromString
|
||||||
import org.jsoup.nodes.Document
|
import org.jsoup.nodes.Document
|
||||||
import org.jsoup.nodes.Element
|
import org.jsoup.nodes.Element
|
||||||
|
|
||||||
class Shinigami : Madara("Shinigami", "https://shinigamitoon.id", "id") {
|
class Shinigami : Madara("Shinigami", "https://shinigamitoon.app", "id") {
|
||||||
// moved from Reaper Scans (id) to Shinigami (id)
|
// moved from Reaper Scans (id) to Shinigami (id)
|
||||||
override val id = 3411809758861089969
|
override val id = 3411809758861089969
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue