mirror of
https://github.com/JoeanAmier/XHS-Downloader.git
synced 2026-03-22 06:57:16 +08:00
feat: 支持 API 模式传入 Cookie
This commit is contained in:
@@ -5,6 +5,7 @@ class ExtractParams(BaseModel):
|
||||
url: str
|
||||
download: bool = False
|
||||
index: list = None
|
||||
cookie: str = None
|
||||
skip: bool = False
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user