Pufei Domain Update (#2160)

Pufei Domain Update
This commit is contained in:
happywillow0 2020-01-31 08:18:52 -05:00 committed by GitHub
parent c3e6ab3e73
commit 221ebf3bae
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 {
appName = 'Tachiyomi: Pufei'
pkgNameSuffix = 'zh.pufei'
extClass = '.Pufei'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -42,7 +42,7 @@ fun ByteArray.toHexString() = joinToString("%") { "%02x".format(it) }
class Pufei : ParsedHttpSource() {
override val name = "扑飞漫画"
override val baseUrl = "http://m.pufei.net"
override val baseUrl = "http://m.ipufei.com"
override val lang = "zh"
override val supportsLatest = true
val imageServer = "http://res.img.pufei.net/"