원클릭으로
web-video-download
// Universal video download — capture video URL from any site and download with cookies
// Universal video download — capture video URL from any site and download with cookies
在京东/淘宝/天猫/抖音商城搜索商品,获取 top-k 结果(名称、价格、链接、销量)
即梦 Jimeng AI 生成图片 生成视频 文生图 文生视频 图生视频 数字人 配音 超清 扩图 重绘 消除 对口型 动作模仿 text-to-image text-to-video image-to-video digital-human TTS super-resolution inpainting outpainting object-removal lip-sync
自主登录需要扫码的网站(京东/淘宝/B站/抖音/微博/邮箱/云服务/微信等28个站点),截取二维码发给用户扫码,完成后持久化登录态
| name | web-video-download |
| description | Universal video download — capture video URL from any site and download with cookies |
| version | 2.0.0 |
| icon | 🎬 |
| author | @rsclaw |
3 steps only. Works with Douyin, Bilibili, Kuaishou, Xiaohongshu, YouTube, TikTok, etc.
{"tool": "web_browser", "action": "capture_video", "url": "<video_page_url>"}
This opens the page, waits for video to load, and returns all detected video URLs.
Pick the best URL from the result (prefer mp4/playaddr, avoid thumbnail/poster), then:
{"tool": "web_download", "url": "<best_video_url>", "path": "video.mp4", "use_browser_cookies": true}
path is just a filename — no ~/ or absolute paths.
{"tool": "send_file", "path": "<downloaded_file_path>"}
Use web_browser to screenshot the QR code and send to user:
{"tool": "web_browser", "action": "screenshot"}
Wait for user to scan, then retry step 1.
use_browser_cookies: true in web_download