champion scans new website (#1387)

champion scans new website
This commit is contained in:
pavan3999 2019-08-11 05:27:43 +05:30 committed by Eugene
parent 2abd854084
commit ae3402a881
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: ComiCake' appName = 'Tachiyomi: ComiCake'
pkgNameSuffix = 'all.comicake' pkgNameSuffix = 'all.comicake'
extClass = '.ComiCakeFactory' extClass = '.ComiCakeFactory'
extVersionCode = 4 extVersionCode = 5
libVersion = '1.2' libVersion = '1.2'
} }

View File

@ -10,10 +10,10 @@ class ComiCakeFactory : SourceFactory {
fun getAllComiCake(): List<Source> { fun getAllComiCake(): List<Source> {
return listOf( return listOf(
WhimSubs(), WhimSubs(),
ChampionScans() PTScans()
) )
} }
class WhimSubs : ComiCake("WhimSubs", "https://whimsubs.xyz", "en") class WhimSubs : ComiCake("WhimSubs", "https://whimsubs.xyz", "en")
class ChampionScans : ComiCake("Champion Scans", "https://reader.championscans.com", "en", "/") class PTScans : ComiCake("ProjectTime Scans", "https://read.ptscans.com", "en", "/")