Zerobyw: Update baseUrl (#12876)
This commit is contained in:
parent
69e52b7e0c
commit
f240f38d8d
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Zerobyw'
|
extName = 'Zerobyw'
|
||||||
pkgNameSuffix = 'zh.zerobyw'
|
pkgNameSuffix = 'zh.zerobyw'
|
||||||
extClass = '.Zerobyw'
|
extClass = '.Zerobyw'
|
||||||
extVersionCode = 9
|
extVersionCode = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -17,8 +17,8 @@ class Zerobyw : ParsedHttpSource() {
|
||||||
override val name: String = "zero搬运网"
|
override val name: String = "zero搬运网"
|
||||||
override val lang: String = "zh"
|
override val lang: String = "zh"
|
||||||
override val supportsLatest: Boolean = false
|
override val supportsLatest: Boolean = false
|
||||||
// Url can be found at https://eprendre2.coding.net/p/zerobyw/d/zerobyw/git/raw/master/url.json
|
// Url can be found at https://cdn.jsdelivr.net/gh/zerozzz123456/1/url.json
|
||||||
override val baseUrl: String = "http://www.zerobywps8.com"
|
override val baseUrl: String = "http://www.zerobywyidu.com"
|
||||||
|
|
||||||
// Popular
|
// Popular
|
||||||
// Website does not provide popular manga, this is actually latest manga
|
// Website does not provide popular manga, this is actually latest manga
|
||||||
|
|
Loading…
Reference in New Issue