mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
feat(server): 服务器模式支持通过 MCP 调用
This commit is contained in:
@@ -4,7 +4,7 @@ from pydantic import BaseModel
|
||||
class ExtractParams(BaseModel):
|
||||
url: str
|
||||
download: bool = False
|
||||
index: list = None
|
||||
index: list[str | int] | None = None
|
||||
cookie: str = None
|
||||
proxy: str = None
|
||||
skip: bool = False
|
||||
|
||||
Reference in New Issue
Block a user