mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions.git
synced 2025-12-10 09:22:01 +01:00
committed by
GitHub
parent
6d47d32795
commit
24858af063
@@ -5,7 +5,7 @@ ext {
|
||||
extName = 'Manga Demon'
|
||||
pkgNameSuffix = 'en.mangademon'
|
||||
extClass = '.MangaDemon'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user