Manga Demon: Update domain (#1545)
* Update domain * Remove CHANGELOG.md
This commit is contained in:
parent
f0d2df86c5
commit
aa701c7c5e
@ -1,40 +0,0 @@
|
||||
# 1.4.6
|
||||
|
||||
### Fix
|
||||
|
||||
* Refresh URL suffix when required
|
||||
|
||||
# 1.4.5
|
||||
|
||||
### Features
|
||||
|
||||
* Dynamically update URL suffix
|
||||
|
||||
# 1.4.4
|
||||
|
||||
### Features
|
||||
|
||||
* Filters
|
||||
|
||||
### Fix
|
||||
|
||||
* Update base URL
|
||||
|
||||
# 1.4.3
|
||||
|
||||
### Fix
|
||||
|
||||
* Update selector
|
||||
|
||||
# 1.4.2
|
||||
|
||||
### Fix
|
||||
|
||||
* Fetch all chapter images
|
||||
* Use GET on search, same as site
|
||||
|
||||
# 1.4.1
|
||||
|
||||
### Features
|
||||
|
||||
* First version
|
@ -1,7 +1,7 @@
|
||||
ext {
|
||||
extName = 'Manga Demon'
|
||||
extClass = '.MangaDemon'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
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://demoncomics.org"
|
||||
override val baseUrl = "https://demontoon.com"
|
||||
|
||||
override val client = network.cloudflareClient.newBuilder()
|
||||
.rateLimit(1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user