Manga Demon: Update domain (#19349)

chore: Update MangaDemon
This commit is contained in:
Ahmad Ansori Palembani 2023-12-21 19:31:20 +07:00 committed by GitHub
parent 6d47d32795
commit 24858af063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Manga Demon'
pkgNameSuffix = 'en.mangademon'
extClass = '.MangaDemon'
extVersionCode = 7
extVersionCode = 8
isNsfw = false
}

View File

@ -28,7 +28,7 @@ class MangaDemon : ParsedHttpSource() {
override val lang = "en"
override val supportsLatest = true
override val name = "Manga Demon"
override val baseUrl = "https://manga-demon.org"
override val baseUrl = "https://demoncomics.org"
override val client = network.cloudflareClient.newBuilder()
.rateLimit(1)