| 
														
															@@ -36,7 +36,7 @@ class ShareCard(object): 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         :return: 
														 | 
														
														 | 
														
															         :return: 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         """ 
														 | 
														
														 | 
														
															         """ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         response = request_for_info(video_id=self.video_id)['data'][0] 
														 | 
														
														 | 
														
															         response = request_for_info(video_id=self.video_id)['data'][0] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        cover = response['coverImg']['coverImgPath'] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        cover = response['shareImgPath'] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         title = response['title'] 
														 | 
														
														 | 
														
															         title = response['title'] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         video_url = response['videoPath'] 
														 | 
														
														 | 
														
															         video_url = response['videoPath'] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         user_id = response['user']['uid'] 
														 | 
														
														 | 
														
															         user_id = response['user']['uid'] 
														 |