|
@@ -113,7 +113,7 @@ class FQHYDRecommend(object):
|
|
|
item.add_video_info("like_cnt", 0)
|
|
|
item.add_video_info("share_cnt", 0)
|
|
|
item.add_video_info("comment_cnt", 0)
|
|
|
- item.add_video_info("video_url", video_url)
|
|
|
+ item.add_video_info("video_url", new_video_url)
|
|
|
item.add_video_info("out_video_id", video_obj["videoId"])
|
|
|
item.add_video_info("platform", self.platform)
|
|
|
item.add_video_info("strategy", self.mode)
|