wangkun 2 years ago
parent
commit
57f3e00d18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/kuaishou_recommend_list.py

+ 1 - 1
main/kuaishou_recommend_list.py

@@ -66,7 +66,7 @@ class KuaiShou:
             if int(d_width) >= 0 or int(d_height) >= 0:
                 if int(d_play_cnt) >= 50000:
                     if int(d_like_cnt) >= 50000:
-                        if int(d_share_cnt) >= 2000:
+                        if int(d_share_cnt) >= 1000:
                             return True
                         else:
                             return False