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