MangaDemon domain change (#5430)

This commit is contained in:
Paco Chrispijn 2024-10-08 16:57:51 +02:00 committed by GitHub
parent 31e9db01a0
commit 550fb548cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Manga Demon'
extClass = '.MangaDemon'
extVersionCode = 14
extVersionCode = 15
isNsfw = false
}

View File

@ -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)