Zerobyw: Update baseUrl (#13643)
* Zerobyw: Update baseUrl * Remove backslah from url Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com> Co-authored-by: stevenyomi <95685115+stevenyomi@users.noreply.github.com>
This commit is contained in:
parent
d68ff1afce
commit
abe46b30c0
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'Zerobyw'
|
extName = 'Zerobyw'
|
||||||
pkgNameSuffix = 'zh.zerobyw'
|
pkgNameSuffix = 'zh.zerobyw'
|
||||||
extClass = '.Zerobyw'
|
extClass = '.Zerobyw'
|
||||||
extVersionCode = 10
|
extVersionCode = 11
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -18,7 +18,7 @@ class Zerobyw : ParsedHttpSource() {
|
||||||
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://cdn.jsdelivr.net/gh/zerozzz123456/1/url.json
|
// Url can be found at https://cdn.jsdelivr.net/gh/zerozzz123456/1/url.json
|
||||||
override val baseUrl: String = "http://www.zerobywyidu.com"
|
override val baseUrl: String = "http://www.zerobywgeat.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