Pufei: update image server (#10037)
This commit is contained in:
parent
0e52065e8a
commit
6b5e24bc12
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'Pufei'
|
||||
pkgNameSuffix = 'zh.pufei'
|
||||
extClass = '.Pufei'
|
||||
extVersionCode = 7
|
||||
extVersionCode = 8
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -51,7 +51,7 @@ class Pufei : ParsedHttpSource() {
|
|||
override val baseUrl = "http://m.pufei8.com"
|
||||
override val lang = "zh"
|
||||
override val supportsLatest = true
|
||||
val imageServer = "http://res.img.youzipi.net/"
|
||||
val imageServer = "http://res.img.shengda0769.com/"
|
||||
|
||||
override val client: OkHttpClient
|
||||
get() = network.client.newBuilder()
|
||||
|
|
Loading…
Reference in New Issue