Shinigami: Update domain (#4105)
This commit is contained in:
parent
36b5061699
commit
ba8f7ac4b4
|
@ -2,8 +2,8 @@ ext {
|
||||||
extName = 'Shinigami'
|
extName = 'Shinigami'
|
||||||
extClass = '.Shinigami'
|
extClass = '.Shinigami'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://shinigami01.com'
|
baseUrl = 'https://shinigami02.com'
|
||||||
overrideVersionCode = 23
|
overrideVersionCode = 24
|
||||||
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://shinigami01.com", "id") {
|
class Shinigami : Madara("Shinigami", "https://shinigami02.com", "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