mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 19:52:56 +01:00
Manga Demon: update domain (#6183)
This commit is contained in:
parent
d223139b09
commit
33856bfed9
@ -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
Block a user