mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-05 01:17:26 +08:00
feat: 启动任务接口添加帖子/视频数量与评论数量覆盖支持
This commit is contained in:
@@ -71,6 +71,8 @@ class CrawlerStartRequest(BaseModel):
|
||||
save_option: SaveDataOptionEnum = SaveDataOptionEnum.JSONL
|
||||
cookies: str = ""
|
||||
headless: bool = False
|
||||
max_notes_count: Optional[int] = None
|
||||
max_comments_count: Optional[int] = None
|
||||
|
||||
|
||||
class CrawlerStatusResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user