Manhuadui: update site base url (#4979)
Manhuadui: update site base url
This commit is contained in:
parent
a0ebce13b9
commit
93afbc3c15
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Manhuadui'
|
||||
pkgNameSuffix = 'zh.manhuadui'
|
||||
extClass = '.Manhuadui'
|
||||
extVersionCode = 12
|
||||
extVersionCode = 13
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue