移除小红书搜索示例中的非必填参数,让示例展示使用默认值的情况 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
@@ -63,11 +63,7 @@ python script/search/douyin_search.py --keyword "美食"
#### 3. 小红书笔记搜索 ✅
```bash
-# 使用默认参数(综合排序,不限类型)
python script/search/xiaohongshu_search.py --keyword "旅游"
-
-# 指定筛选条件
-python script/search/xiaohongshu_search.py --keyword "旅游" --content-type "视频" --sort-type "最新"
```
**参数:**