|
@@ -37,10 +37,9 @@ class KuaiShouRecommend:
|
|
|
# "comment_cnt": int(rule_sheet[1][2]),
|
|
|
"video_width": int(rule_sheet[1][2]),
|
|
|
"video_height": int(rule_sheet[2][2]),
|
|
|
- "like_cnt": int(rule_sheet[3][2]),
|
|
|
- "duration": int(rule_sheet[4][2]),
|
|
|
- "publish_time": int(rule_sheet[5][2]),
|
|
|
-
|
|
|
+ "duration": int(rule_sheet[3][2]),
|
|
|
+ "publish_time": int(rule_sheet[4][2]),
|
|
|
+ "like_cnt": int(rule_sheet[5][2])
|
|
|
}
|
|
|
return rule_dict
|
|
|
except Exception as e:
|