mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-22 10:22:47 +01:00
Shinigami: Update domain (#4105)
This commit is contained in:
parent
c193c285be
commit
9a06d1394e
@ -2,8 +2,8 @@ ext {
|
||||
extName = 'Shinigami'
|
||||
extClass = '.Shinigami'
|
||||
themePkg = 'madara'
|
||||
baseUrl = 'https://shinigami01.com'
|
||||
overrideVersionCode = 23
|
||||
baseUrl = 'https://shinigami02.com'
|
||||
overrideVersionCode = 24
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
@ -12,7 +12,7 @@ import kotlinx.serialization.decodeFromString
|
||||
import org.jsoup.nodes.Document
|
||||
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)
|
||||
override val id = 3411809758861089969
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user