|
@@ -76,7 +76,7 @@ class KS:
|
|
|
video_url = feeds[i].get('photo', {}).get('photoUrl', "")
|
|
|
# viewCount = int(feeds[i].get('photo', {}).get('viewCount', 0))
|
|
|
realLikeCount = int(feeds[i].get('photo', {}).get('realLikeCount', 0))
|
|
|
- if realLikeCount < 1000:
|
|
|
+ if realLikeCount < 10000:
|
|
|
continue
|
|
|
duration = dataHelp.video_duration(video_url)
|
|
|
if int(duration) >= 45:
|