Zerobyw: Update baseUrl (#12048)
This commit is contained in:
parent
1f591f4e23
commit
749d46bfdf
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Zerobyw'
|
||||
pkgNameSuffix = 'zh.zerobyw'
|
||||
extClass = '.Zerobyw'
|
||||
extVersionCode = 8
|
||||
extVersionCode = 9
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -18,7 +18,7 @@ class Zerobyw : ParsedHttpSource() {
|
|||
override val lang: String = "zh"
|
||||
override val supportsLatest: Boolean = false
|
||||
// Url can be found at https://eprendre2.coding.net/p/zerobyw/d/zerobyw/git/raw/master/url.json
|
||||
override val baseUrl: String = "http://www.zerobywtxt.com"
|
||||
override val baseUrl: String = "http://www.zerobywps8.com"
|
||||
|
||||
// Popular
|
||||
// Website does not provide popular manga, this is actually latest manga
|
||||
|
|
Loading…
Reference in New Issue