Pufei: update image server (#10037)

This commit is contained in:
anenasa 2021-12-09 18:43:40 +08:00 committed by GitHub
parent 0e52065e8a
commit 6b5e24bc12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Pufei' extName = 'Pufei'
pkgNameSuffix = 'zh.pufei' pkgNameSuffix = 'zh.pufei'
extClass = '.Pufei' extClass = '.Pufei'
extVersionCode = 7 extVersionCode = 8
} }
apply from: "$rootDir/common.gradle" apply from: "$rootDir/common.gradle"

View File

@ -51,7 +51,7 @@ class Pufei : ParsedHttpSource() {
override val baseUrl = "http://m.pufei8.com" override val baseUrl = "http://m.pufei8.com"
override val lang = "zh" override val lang = "zh"
override val supportsLatest = true override val supportsLatest = true
val imageServer = "http://res.img.youzipi.net/" val imageServer = "http://res.img.shengda0769.com/"
override val client: OkHttpClient override val client: OkHttpClient
get() = network.client.newBuilder() get() = network.client.newBuilder()