|
@@ -111,11 +111,11 @@ class kuaishouAuthor():
|
|
|
elif "feeds" not in response.json()["data"]["visionProfilePhotoList"]:
|
|
|
Common.logger().info(
|
|
|
f'数据为空{response.json()["data"]["visionProfilePhotoList"]}')
|
|
|
- continue
|
|
|
+ break
|
|
|
elif len(response.json()["data"]["visionProfilePhotoList"]["feeds"]) == 0:
|
|
|
Common.logger().info(
|
|
|
f'数据为空{response.json()["data"]["visionProfilePhotoList"]["feeds"]}')
|
|
|
- continue
|
|
|
+ break
|
|
|
pcursor = response.json()['data']['visionProfilePhotoList']['pcursor']
|
|
|
feeds = response.json()['data']['visionProfilePhotoList']['feeds']
|
|
|
count = 0
|