|
@@ -14,9 +14,9 @@ url = "http://47.99.132.47:8888/videos"
|
|
|
|
|
|
body = {
|
|
|
"cate": "video_return",
|
|
|
- "start_date": "2024-01-01",
|
|
|
- "end_date": "2024-07-06",
|
|
|
- "topN": 200
|
|
|
+ "start_date": "2024-07-10",
|
|
|
+ "end_date": "2024-07-11",
|
|
|
+ "topN": 500
|
|
|
}
|
|
|
a = time.time()
|
|
|
header = {
|
|
@@ -28,7 +28,7 @@ b = time.time()
|
|
|
print(b - a)
|
|
|
print(len(response.json()['data']))
|
|
|
for i in response.json()['data']:
|
|
|
- print(i)
|
|
|
- # print(i['title'])
|
|
|
+ # print(i)
|
|
|
+ print(i['title'])
|
|
|
# print(i['video_url'])
|
|
|
# print("\n")
|