| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -19,7 +19,7 @@ object OldRule { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            source = GSON.fromJsonObject<BookSource>(json.trim()) | 
					 | 
					 | 
					 | 
					            source = GSON.fromJsonObject<BookSource>(json.trim()) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        runCatching { | 
					 | 
					 | 
					 | 
					        runCatching { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            if (source == null || source?.searchUrl.isNullOrBlank()) { | 
					 | 
					 | 
					 | 
					            if (source == null || source?.ruleToc.isNullOrBlank()) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                source = BookSource().apply { | 
					 | 
					 | 
					 | 
					                source = BookSource().apply { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    val jsonItem = jsonPath.parse(json.trim()) | 
					 | 
					 | 
					 | 
					                    val jsonItem = jsonPath.parse(json.trim()) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    bookSourceUrl = jsonItem.readString("bookSourceUrl") ?: "" | 
					 | 
					 | 
					 | 
					                    bookSourceUrl = jsonItem.readString("bookSourceUrl") ?: "" | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |