Commit e9edc766 authored by litaolemo's avatar litaolemo

update

parent b448620b
...@@ -136,7 +136,7 @@ for pid in pid_list: ...@@ -136,7 +136,7 @@ for pid in pid_list:
res_json["NoteView"]["content"]["desc_fix"] = desc_fix res_json["NoteView"]["content"]["desc_fix"] = desc_fix
# print(desc_fix) # print(desc_fix)
res = rds.hset("xiaohongshu_with_img", key=pid, value=json.dumps(res_json)) res = rds.hset("xiaohongshu_with_img", key=pid, value=json.dumps(res_json))
if res_json["NoteView"]["userId"] in gm_user_id_list: if res_json["NoteView"]["author"]['id'] in gm_user_id_list:
video_dic["level"] = 4 video_dic["level"] = 4
else: else:
video_dic["level"] = 2 video_dic["level"] = 2
......
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