| 
																	
																	
																		
																	
																	
																 | 
																@@ -103,6 +103,9 @@ public class AliyunVideoExcutor implements VideoExcutor { | 
															
														
														
													
														
															
																 | 
																 | 
																	@Override | 
																 | 
																 | 
																	@Override | 
															
														
														
													
														
															
																 | 
																 | 
																	public VideUploadResult uploadVideoPath(String title, String url) { | 
																 | 
																 | 
																	public VideUploadResult uploadVideoPath(String title, String url) { | 
															
														
														
													
														
															
																 | 
																 | 
																		VideUploadResult result = new VideUploadResult(); | 
																 | 
																 | 
																		VideUploadResult result = new VideUploadResult(); | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		if(StringUtils.isBlank(title)){ | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																			title = "无标题"; | 
															
														
														
													
														
															
																 | 
																 | 
																 | 
																 | 
																 | 
																		} | 
															
														
														
													
														
															
																 | 
																 | 
																		try { | 
																 | 
																 | 
																		try { | 
															
														
														
													
														
															
																 | 
																 | 
																			InputStream inputStream = new URL(url).openStream(); | 
																 | 
																 | 
																			InputStream inputStream = new URL(url).openStream(); | 
															
														
														
													
														
															
																 | 
																 | 
																			return this.uploadVideoStream(title,inputStream,".mp4"); | 
																 | 
																 | 
																			return this.uploadVideoStream(title,inputStream,".mp4"); | 
															
														
														
													
												
													
														
															
																| 
																	
																		
																	
																	
																	
																 | 
																
  |