zhangliang 2 hours ago
parent
commit
a108c98474

+ 3 - 3
examples/content_finder/tools/douyin_search.py

@@ -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

+ 1 - 1
examples/content_finder/tools/douyin_user_videos.py

@@ -30,7 +30,7 @@ async def douyin_user_videos(
 
     Args:
         account_id: 抖音账号ID(account_id)
-        sort_type: 排序方式(默认 "最新")
+        sort_type: 排序方式(可选:最新/最热,默认 "最新")
         cursor: 分页游标(默认 "")
         timeout: 超时时间(秒),默认 60