Pufei imgdomain (#2183)

Pufei imgdomain
This commit is contained in:
happywillow0 2020-02-04 07:18:49 -05:00 committed by GitHub
parent 55e203101b
commit f10a30c73c
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' appName = 'Tachiyomi: Pufei'
pkgNameSuffix = 'zh.pufei' pkgNameSuffix = 'zh.pufei'
extClass = '.Pufei' extClass = '.Pufei'
extVersionCode = 2 extVersionCode = 3
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -45,7 +45,7 @@ class Pufei : ParsedHttpSource() {
override val baseUrl = "http://m.ipufei.com" override val baseUrl = "http://m.ipufei.com"
override val lang = "zh" override val lang = "zh"
override val supportsLatest = true override val supportsLatest = true
val imageServer = "http://res.img.pufei.net/" val imageServer = "http://res.img.220012.net/" //Alternative: "http://res.img.ipufei.com/"
override fun popularMangaSelector() = "ul#detail li" override fun popularMangaSelector() = "ul#detail li"