This commit is contained in:
程序员阿江(Relakkes)
2025-09-26 18:10:30 +08:00
parent 84f6f650f8
commit 2cf143cc7c
2 changed files with 3 additions and 3 deletions

View File

@@ -376,7 +376,7 @@ class KuaishouCrawler(AbstractCrawler):
# Get all video information of the creator
all_video_list = await self.ks_client.get_all_videos_by_creator(
user_id=user_id,
crawl_interval=random.random(),
crawl_interval=config.CRAWLER_MAX_SLEEP_SEC,
callback=self.fetch_creator_video_detail,
)