Manga Demon: update domain (#6183)

This commit is contained in:
Vetle Ledaal 2024-11-21 15:08:56 +01:00 committed by GitHub
parent d223139b09
commit 33856bfed9
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 = 15
extVersionCode = 16
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://ciorti.online"
override val baseUrl = "https://demonicscans.org"
override val client = network.cloudflareClient.newBuilder()
.rateLimit(1)