|
@@ -22,7 +22,7 @@ def get_videos_from_flow_pool(app_type, size=1000):
|
|
|
:return: videos [{'videoId': 1111, 'flowPool': ''}, ...]
|
|
|
"""
|
|
|
|
|
|
- batch_flag = int(time.time())
|
|
|
+ batch_flag = int(time.time_ns())
|
|
|
request_data = {'appType': app_type, 'batchFlag': batch_flag, 'size': size, 'isSupply': 1}
|
|
|
videos = []
|
|
|
retry = 0
|