tiktok-videos
Installation
SKILL.md
TikTok Videos Downloader
Download every public video from a TikTok profile (or a single video / short link) into a user-specified folder, named by upload datetime.
Unlike Instagram, TikTok does NOT require a browser mirror. yt-dlp works directly on profile and video URLs, so there is no Picnob-style scrape here. Keep the two-source resilience pattern though: yt-dlp is primary, tikwm.com (no-watermark public API) is the fallback.
Inputs
| Parameter | Required | Example |
|---|---|---|
| TikTok URL (profile, video, or short link) | yes | https://www.tiktok.com/@scout2015 |
| Output directory | yes | out/tiktok |
| Engine | no | hybrid (default), ytdlp, or tikwm |
| Timezone for filenames | no | America/Santiago (default) |