1. 开源地址: https://github.com/ethanz-code/short-video-extractor
2. docker 运行
docker run -d \
-p 10010:7777 \
--name video-parser \
yassine778/video-parser:latest
3. 发起 POST 请求
curl -X POST \
-H "Content-Type: application/json" \
-d '{"url":"https://www.xiaohongshu.com/explore/6837a830000000000f03aa87"}' \
http://localhost:10010/public/parseVideo