|  | @@ -102,7 +102,7 @@ class ZZHXZFYRecommend(object):
 | 
											
												
													
														|  |          item.add_video_info("play_cnt", 0)
 |  |          item.add_video_info("play_cnt", 0)
 | 
											
												
													
														|  |          item.add_video_info("publish_time_stamp", int(time.time()))
 |  |          item.add_video_info("publish_time_stamp", int(time.time()))
 | 
											
												
													
														|  |          item.add_video_info("out_user_id", video_obj["id"])
 |  |          item.add_video_info("out_user_id", video_obj["id"])
 | 
											
												
													
														|  | -        item.add_video_info("cover_url", video_obj["cover"])
 |  | 
 | 
											
												
													
														|  | 
 |  | +        # item.add_video_info("cover_url", video_obj["cover"])
 | 
											
												
													
														|  |          item.add_video_info("like_cnt", 0)
 |  |          item.add_video_info("like_cnt", 0)
 | 
											
												
													
														|  |          item.add_video_info("share_cnt", 0)
 |  |          item.add_video_info("share_cnt", 0)
 | 
											
												
													
														|  |          item.add_video_info("comment_cnt", 0)
 |  |          item.add_video_info("comment_cnt", 0)
 |