Steps to export WebVTT
- Open https://downtiktok.online and paste a public TikTok video link.
- Click Get Subtitles to fetch captions.
- Click Export VTT to download the file.
- Load the
.vtt
file in your player or editor.
Sample WebVTT output
WEBVTT
00:00:00.000 --> 00:00:02.500
Welcome to downtiktok.online!
00:00:02.500 --> 00:00:05.000
This is an example WebVTT cue.
Troubleshooting
- Missing captions: Not all videos have creator captions. Try another link.
- Invalid file: Ensure the file starts with
WEBVTT
and uses periods for milliseconds (e.g., 00:00:02.500
). - Shows as one line: Some tools expect Windows endings. Convert newlines to
\r\n
if needed. - Timing offset: If cues drift, adjust by a fixed offset before exporting (±200ms, for example).
- Errors (429/5xx): Wait and retry. If it persists, contact support@downtiktok.online with the video URL.