Commit fbb4bad4 authored by litaolemo's avatar litaolemo

update

parent 2917bfbf
...@@ -154,6 +154,7 @@ for pid in pid_list: ...@@ -154,6 +154,7 @@ for pid in pid_list:
# print(res_json["NoteView"].get("data")) # print(res_json["NoteView"].get("data"))
for comment in res_json["NoteView"]["comments"]["data"]: for comment in res_json["NoteView"]["comments"]["data"]:
video_dic["content"] = comment['content'] video_dic["content"] = comment['content']
video_dic["platform_id"] = comment['id']
comment_id_list_copy = copy.deepcopy(majiayonghu_list) comment_id_list_copy = copy.deepcopy(majiayonghu_list)
comment_id = random.choice(comment_id_list_copy) comment_id = random.choice(comment_id_list_copy)
video_dic["user_id"] = comment_id video_dic["user_id"] = comment_id
...@@ -165,6 +166,7 @@ for pid in pid_list: ...@@ -165,6 +166,7 @@ for pid in pid_list:
elif res_json["NoteView"].get("commentInfo"): elif res_json["NoteView"].get("commentInfo"):
for comment in res_json["NoteView"]["commentInfo"]["comments"]: for comment in res_json["NoteView"]["commentInfo"]["comments"]:
video_dic["content"] = comment['content'] video_dic["content"] = comment['content']
video_dic["platform_id"] = comment['id']
comment_id_list_copy = copy.deepcopy(majiayonghu_list) comment_id_list_copy = copy.deepcopy(majiayonghu_list)
comment_id = random.choice(comment_id_list_copy) comment_id = random.choice(comment_id_list_copy)
video_dic["user_id"] = comment_id video_dic["user_id"] = comment_id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment