Remove colon from source name to avoid downloading problems (#5995)

This commit is contained in:
scb261 2021-02-27 02:05:31 +02:00 committed by GitHub
parent 9014f85f77
commit ce4364776d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'keenspot'
pkgNameSuffix = 'en.keenspot'
extClass = '.KeenspotFactory'
extVersionCode = 1
extVersionCode = 2
libVersion = '1.2'
}

View File

@ -15,7 +15,7 @@ import rx.Observable
class TwoKinds : HttpSource() {
override val name = "Keenspot: TwoKinds"
override val name = "Keenspot TwoKinds"
override val baseUrl = "https://twokinds.keenspot.com"
@ -23,6 +23,8 @@ class TwoKinds : HttpSource() {
override val supportsLatest: Boolean = false
override val id: Long = 3133607736276627986
// the one and only manga entry
fun mangaSinglePages(): SManga {
return SManga.create().apply {