Change url Shinigami "id" (#1546)
This commit is contained in:
parent
aa701c7c5e
commit
79d24a894a
src/id/shinigami
@ -2,8 +2,8 @@ ext {
|
|||||||
extName = 'Shinigami'
|
extName = 'Shinigami'
|
||||||
extClass = '.Shinigami'
|
extClass = '.Shinigami'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://s1.shinigami.cx'
|
baseUrl = 'https://home.shinigami.cx'
|
||||||
overrideVersionCode = 17
|
overrideVersionCode = 18
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
@ -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://s1.shinigami.cx", "id") {
|
class Shinigami : Madara("Shinigami", "https://home.shinigami.cx", "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…
x
Reference in New Issue
Block a user