Skip to content

Commit

Permalink
Manga Demon: update domain (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
vetleledaal committed Jun 28, 2024
1 parent 5a1a652 commit d5d651b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/en/mangademon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Manga Demon'
extClass = '.MangaDemon'
extVersionCode = 11
extVersionCode = 12
isNsfw = false
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5d651b

Please sign in to comment.