Remove colon from source name to avoid downloading problems (#5995)
This commit is contained in:
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'keenspot'
|
extName = 'keenspot'
|
||||||
pkgNameSuffix = 'en.keenspot'
|
pkgNameSuffix = 'en.keenspot'
|
||||||
extClass = '.KeenspotFactory'
|
extClass = '.KeenspotFactory'
|
||||||
extVersionCode = 1
|
extVersionCode = 2
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ import rx.Observable
|
|||||||
|
|
||||||
class TwoKinds : HttpSource() {
|
class TwoKinds : HttpSource() {
|
||||||
|
|
||||||
override val name = "Keenspot: TwoKinds"
|
override val name = "Keenspot TwoKinds"
|
||||||
|
|
||||||
override val baseUrl = "https://twokinds.keenspot.com"
|
override val baseUrl = "https://twokinds.keenspot.com"
|
||||||
|
|
||||||
@ -23,6 +23,8 @@ class TwoKinds : HttpSource() {
|
|||||||
|
|
||||||
override val supportsLatest: Boolean = false
|
override val supportsLatest: Boolean = false
|
||||||
|
|
||||||
|
override val id: Long = 3133607736276627986
|
||||||
|
|
||||||
// the one and only manga entry
|
// the one and only manga entry
|
||||||
fun mangaSinglePages(): SManga {
|
fun mangaSinglePages(): SManga {
|
||||||
return SManga.create().apply {
|
return SManga.create().apply {
|
||||||
|
Reference in New Issue
Block a user