Zerobyw: Update baseUrl (#8792)
This commit is contained in:
parent
a3071faf48
commit
ddb80df1fd
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Zerobyw'
|
||||
pkgNameSuffix = 'zh.zerobyw'
|
||||
extClass = '.Zerobyw'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ class Zerobyw : ParsedHttpSource() {
|
|||
override val name: String = "zero搬运网"
|
||||
override val lang: String = "zh"
|
||||
override val supportsLatest: Boolean = false
|
||||
override val baseUrl: String = "https://www.zerobywzio.com"
|
||||
override val baseUrl: String = "https://www.zerobywps5.com"
|
||||
|
||||
// Popular
|
||||
// Website does not provide popular manga, this is actually latest manga
|
||||
|
|
Loading…
Reference in New Issue