Manhuadui: update site base url (#4979)

Manhuadui: update site base url
This commit is contained in:
sunbeams001 2020-11-29 22:35:22 +08:00 committed by GitHub
parent a0ebce13b9
commit 93afbc3c15
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 = 'Manhuadui'
pkgNameSuffix = 'zh.manhuadui'
extClass = '.Manhuadui'
extVersionCode = 12
extVersionCode = 13
libVersion = '1.2'
}

View File

@ -21,7 +21,7 @@ import javax.crypto.spec.SecretKeySpec
class Manhuadui : ParsedHttpSource() {
override val name = "漫画堆"
override val baseUrl = "https://www.manhuabei.com"
override val baseUrl = "https://www.manhuadai.com"
override val lang = "zh"
override val supportsLatest = true
private val imageServer = arrayOf("https://mhcdn.manhuazj.com", "https://res.333dm.com", "https://res02.333dm.com")