|  | @@ -375,7 +375,7 @@ class VideoStitching():
 | 
	
		
			
				|  |  |                  Common.logger("video").info(f"未使用视频链接为空:{url_list}")
 | 
	
		
			
				|  |  |                  return
 | 
	
		
			
				|  |  |              videos = [list(item) for item in url_list]
 | 
	
		
			
				|  |  | -        # videos = Oss.get_oss_url(video_type, videos)
 | 
	
		
			
				|  |  | +        videos = Oss.get_oss_url(video_type, videos)
 | 
	
		
			
				|  |  |          # 视频截取
 | 
	
		
			
				|  |  |          try:
 | 
	
		
			
				|  |  |              audio_url, video_with_subtitles, clips = cls.concatenate_videos(videos, str(audio), srt, video_type)
 |