Back to Registry View Author Profile
Official Verified
Lgcapture
Skill by ly5201314gjx
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ly5201314gjx/lgcaptureOr
lgCapture - 抖音视频抓取技能
技能描述
自动抓取抖音视频,支持短链接和标准链接。
使用方法
python3 douyin.py <抖音链接>
支持的链接格式
https://v.douyin.com/xxx(短链接)https://www.douyin.com/video/123456789(标准链接)https://www.iesdouyin.com/share/video/123456789(分享链接)
核心算法 (2026-02-25 实测有效)
- 提取视频ID
- Playwright 访问页面 (模拟 iPhone)
- 获取 video 元素 src 属性
- 解析 video_id 构造下载链接
- 下载保存
依赖
- playwright
- chromium
更新日志
- v1.0: 初始版本
- lgCapture: 优化算法,实测有效
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ly5201314gjx-lgcapture": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.