| 
					
				 | 
			
			
				@@ -149,7 +149,7 @@ public class FeatureTransform { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         featMap.put(prefix + "@bit_rate", Double.parseDouble(videoInfo.getOrDefault("bit_rate", "0"))); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         // cate 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        // getVideoCateFeature(prefix, videoInfo, featMap); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        getVideoCateFeature(prefix, videoInfo, featMap); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (videoInfo.containsKey("title")) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             int id = FeatureUtils.judgeVideoTimeType(videoInfo.get("title")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (id > 0) { 
			 |