|
@@ -207,9 +207,9 @@ class ShiPinHaoAuthor(object):
|
|
|
current_time = datetime.now()
|
|
|
formatted_time = current_time.strftime("%Y-%m-%d %H:%M:%S")
|
|
|
video_dict = {
|
|
|
- "video_id": trace_id,
|
|
|
+ "video_id": objectId,
|
|
|
"video_title": clean_title(video_obj.get('title').split("\n")[0].split("#")[0]),
|
|
|
- "out_video_id": trace_id,
|
|
|
+ "out_video_id": objectId,
|
|
|
"publish_time_stamp": publish_time_stamp,
|
|
|
"publish_time_str": publish_time_str,
|
|
|
"play_cnt": 0,
|