|
|
@@ -33,9 +33,9 @@ async def douyin_search(
|
|
|
|
|
|
Args:
|
|
|
keyword: 搜索关键词
|
|
|
- content_type: 内容类型(默认 "视频")
|
|
|
- sort_type: 排序方式(默认 "综合排序")
|
|
|
- publish_time: 发布时间范围(默认 "不限")
|
|
|
+ content_type: 内容类型(可选:视频/图文, 默认 "视频")
|
|
|
+ sort_type: 排序方式(可选:综合排序/最新发布/最多点赞,默认 "综合排序")
|
|
|
+ publish_time: 发布时间范围(可选:不限/一天内/一周内/半年内,默认 "不限")
|
|
|
cursor: 分页游标(默认 "0")
|
|
|
account_id: 账号ID(可选)
|
|
|
timeout: 超时时间(秒),默认 60
|