Remove colon from source name to avoid downloading problems (#5995)
This commit is contained in:
		
							parent
							
								
									9014f85f77
								
							
						
					
					
						commit
						ce4364776d
					
				@ -5,7 +5,7 @@ ext {
 | 
			
		||||
    extName = 'keenspot'
 | 
			
		||||
    pkgNameSuffix = 'en.keenspot'
 | 
			
		||||
    extClass = '.KeenspotFactory'
 | 
			
		||||
    extVersionCode = 1
 | 
			
		||||
    extVersionCode = 2
 | 
			
		||||
    libVersion = '1.2'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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 {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user