Manga Demon: update domain (#3784)

This commit is contained in:
Vetle Ledaal 2024-06-28 13:03:08 +02:00 committed by Draff
parent fe23485b11
commit d9d939ede3
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 = 11
extVersionCode = 12
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://comicdemons.com"
override val baseUrl = "https://mgdemon.org"
override val client = network.cloudflareClient.newBuilder()
.rateLimit(1)