|
@@ -204,7 +204,7 @@ class ZhuWanWuFuSuRecommend(object):
|
|
|
message="成功发送至 ETL",
|
|
|
data=mq_obj
|
|
|
)
|
|
|
- if self.download_cnt >= int(self.rule_dict.get("videos_cnt", {}).get("min", 300)):
|
|
|
+ if self.download_cnt >= int(self.rule_dict.get("videos_cnt", {}).get("min", 200)):
|
|
|
self.limit_flag = True
|
|
|
|
|
|
def manage_auth_id(self, out_user_id, out_user_name):
|