|
@@ -43,7 +43,7 @@ class XiaoNianGaoAuthor:
|
|
|
|
|
|
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", 140))
|
|
for user_dict in self.user_list:
|
|
for user_dict in self.user_list:
|
|
if self.download_count <= max_count:
|
|
if self.download_count <= max_count:
|
|
self.get_video_list(user_dict)
|
|
self.get_video_list(user_dict)
|