mirror of
https://github.com/keiyoushi/extensions-source.git
synced 2024-11-25 11:42:47 +01:00
MangaDemon domain change (#5430)
This commit is contained in:
parent
31e9db01a0
commit
550fb548cb
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Manga Demon'
|
||||
extClass = '.MangaDemon'
|
||||
extVersionCode = 14
|
||||
extVersionCode = 15
|
||||
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://demonicscans.org"
|
||||
override val baseUrl = "https://ciorti.online"
|
||||
|
||||
override val client = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user