A simple tool that extracts the HLS master.m3u8
URL from any Kick.com VOD, including sub-only videos.
- Download
kickvod-extractor.html
and open it in any modern browser. - Paste a Kick VOD URL (example:
https://kick.com/somechannel/videos/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
) - Click the "Generate Master URL" button.
- The tool will display:
- The direct
.m3u8
master URL - VOD metadata (title, duration, views, etc.)
- Thumbnail and channel link
- The direct
- You can:
Works with both public and subscriber-only VODs.
- Parses the username and VOD UUID from the given URL.
- Queries Kick’s channel API and VOD API to find matching livestream or archive data.
- Extracts thumbnail URL to find the session and segment IDs.
- Combines these with the fixed AWS ID and VOD start time to reconstruct the master URL.
Made with Claude.