Manga Demon: update domain (#6183)
This commit is contained in:
parent
dc1f6d22da
commit
67c6278662
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Manga Demon'
|
||||
extClass = '.MangaDemon'
|
||||
extVersionCode = 15
|
||||
extVersionCode = 16
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class MangaDemon : ParsedHttpSource() {
|
|||
override val lang = "en"
|
||||
override val supportsLatest = true
|
||||
override val name = "Manga Demon"
|
||||
override val baseUrl = "https://ciorti.online"
|
||||
override val baseUrl = "https://demonicscans.org"
|
||||
|
||||
override val client = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(1)
|
||||
|
|
Loading…
Reference in New Issue