MangaDemon domain change (#5430)

This commit is contained in:
Paco Chrispijn 2024-10-08 16:57:51 +02:00 committed by Draff
parent bb5c5a92fe
commit 4a105eb6ed
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
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)