|
@@ -746,7 +746,7 @@ class XiGuaAuthor:
|
|
def get_author_list(self):
|
|
def get_author_list(self):
|
|
# 每轮只抓取定量的数据,到达数量后自己退出
|
|
# 每轮只抓取定量的数据,到达数量后自己退出
|
|
max_count = int(self.rule_dict.get("videos_cnt", {}).get("min", 300))
|
|
max_count = int(self.rule_dict.get("videos_cnt", {}).get("min", 300))
|
|
- for user_dict in self.user_list[1: 2]:
|
|
|
|
|
|
+ for user_dict in self.user_list[2: 3]:
|
|
self.get_video_list(user_dict)
|
|
self.get_video_list(user_dict)
|
|
if self.download_count <= max_count:
|
|
if self.download_count <= max_count:
|
|
self.get_video_list(user_dict)
|
|
self.get_video_list(user_dict)
|