Shinigami: update domain (#2949)

This commit is contained in:
Vetle Ledaal 2024-05-10 15:16:26 +00:00 committed by Draff
parent 43a3249da3
commit 307540a2aa
2 changed files with 5 additions and 3 deletions

View File

@ -2,8 +2,9 @@ ext {
extName = 'Shinigami'
extClass = '.Shinigami'
themePkg = 'madara'
baseUrl = 'https://shinigami.cx'
overrideVersionCode = 19
baseUrl = 'https://shinigami.ws'
overrideVersionCode = 20
isNsfw = false
}
apply from: "$rootDir/common.gradle"

View File

@ -12,10 +12,11 @@ import kotlinx.serialization.decodeFromString
import org.jsoup.nodes.Document
import org.jsoup.nodes.Element
class Shinigami : Madara("Shinigami", "https://shinigami.cx", "id") {
class Shinigami : Madara("Shinigami", "https://shinigami.ws", "id") {
// moved from Reaper Scans (id) to Shinigami (id)
override val id = 3411809758861089969
override val useLoadMoreRequest = LoadMoreStrategy.Never
override val useNewChapterEndpoint = false
override fun headersBuilder() = super.headersBuilder().apply {