tikhub
SKILL.md
TikHub API Skill (v4)
基于 TikHub API 的多平台数据爬取工具。
实测经验(重要)
| 经验 | 说明 |
|---|---|
| 视频下载必须用付费端点 | 免费 web/fetch_video_high_quality_play_url 返回空,用 app/v3/fetch_video_high_quality_play_url |
| 视频直链需带请求头 | 带 Referer: https://www.douyin.com/ + User-Agent,否则 403 |
| 国内用户换域名 | 用 api.tikhub.dev 代替 api.tikhub.io(不需要代理) |
| API Key 暴露后重置 | https://user.tikhub.io 控制台重新生成 |
| 转写首选 mlx-whisper | Apple Silicon GPU 加速,14分钟音频仅需40秒 |
环境准备
pip install requests openai-whisper mlx-whisper # mlx-whisper 支持 Apple GPU
brew install ffmpeg # 音频提取需要