parent
2abd854084
commit
ae3402a881
@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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", "/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user