|  | @@ -229,9 +229,9 @@ class ShiPinHaoAuthor(object):
 | 
	
		
			
				|  |  |              '',
 | 
	
		
			
				|  |  |              video_obj.get('DownloadAddress')
 | 
	
		
			
				|  |  |          ]]
 | 
	
		
			
				|  |  | -        Feishu.insert_columns(self.platform, 'shipinhao', "Vq7NeH", "ROWS", 1, 2)
 | 
	
		
			
				|  |  | +        Feishu.insert_columns(self.platform, 'shipinhao', "0ipHnR", "ROWS", 1, 2)
 | 
	
		
			
				|  |  |          time.sleep(0.5)
 | 
	
		
			
				|  |  | -        Feishu.update_values(self.platform, 'shipinhao', "Vq7NeH", "A2:Z2", values)
 | 
	
		
			
				|  |  | +        Feishu.update_values(self.platform, 'shipinhao', "0ipHnR", "A2:Z2", values)
 | 
	
		
			
				|  |  |          # video_dict = {
 | 
	
		
			
				|  |  |          #     "video_id": objectId,
 | 
	
		
			
				|  |  |          #     "video_title": clean_title(video_obj.get('title').split("\n")[0].split("#")[0]),
 |