|
- 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)):
|
|
def manage_auth_id(self, out_user_id, out_user_name):
|
|
def manage_auth_id(self, out_user_id, out_user_name):
|