Install
openclaw skills install video-crawlerExtract videos from Douyin and Twitter by providing platform and URL, outputting the downloaded video file or an error message.
openclaw skills install video-crawler一键抓取抖音和推特视频。
pip install playwright requests yt-dlp
playwright install chromium
python3 video_crawler.py <平台> <链接> [输出文件]
python3 video_crawler.py douyin "https://v.douyin.com/xxx"
python3 video_crawler.py twitter "https://x.com/i/status/xxx"
| 平台 | 命令 | 示例 |
|---|---|---|
| 抖音 | douyin | https://v.douyin.com/xxx |
| 推特 | https://x.com/i/status/xxx |