|
@@ -203,7 +203,7 @@ class RecommendH5:
|
|
|
video_dict["height"] = 0
|
|
|
video_dict["crawler_rule"] = json.dumps(rule_dict)
|
|
|
video_dict["user_id"] = our_uid
|
|
|
- video_dict["publish_time"] = video_dict["publish_time_stamp"]
|
|
|
+ video_dict["publish_time"] = video_dict["publish_time_str"]
|
|
|
mq.send_msg(video_dict)
|
|
|
Common.logger(log_type, crawler).info("已抓取到目标视频\n")
|
|
|
Common.logging(log_type, crawler, env, "已抓取到目标视频\n")
|