Windows 10/11 · macOS 14+

Download Kick VODs, Clips, and Live Streams

Kick uses standard HLS streaming and keeps replays only briefly — about 30 days for verified streamers, 7 for non-verified. VidMost's smart sniffer detects the HLS stream the moment you press play, captures VODs and clips, and records live broadcasts in real time. Paste a channel's video index to queue everything before it disappears.

Why Kick videos are hard to download

The platform-specific obstacles a downloader has to handle.

VODs are deleted within days, not months

Kick keeps stream replays only briefly — about 30 days for verified streamers and 7 days for non-verified — then deletes them permanently, with no archive and no recovery. Streamers can also remove a replay manually as soon as five minutes after going offline. If you want to keep a stream, the source is on a short countdown, so capturing it in time is the real constraint.

HLS is delivered as hundreds of segment files

Kick streams as HLS: the video arrives as hundreds of small .ts segments listed in an .m3u8 manifest, not a single downloadable file. Right-clicking the player and choosing 'Save video as' captures a tiny HTML stub. Reassembling the segments into one file is what a real downloader has to do.

Frequent player updates break extensions

Kick ships player updates every few weeks. Browser extensions that hook page-level JavaScript requests break with each update, sometimes within days. VidMost's sniffer operates at the network layer, below the JavaScript engine, so player updates do not affect it.

Unarchived live has no source after it ends

If a broadcast is not saved as a VOD, nothing remains once the stream ends. The only way to keep an unarchived live broadcast is to record it in real time while it is airing.

How VidMost detects the video

VidMost's smart sniffer ships with a Kick adapter that intercepts the HLS .m3u8 manifest for VODs and live streams and the direct MP4 source for clips. Detection happens a few seconds into playback — every variant Kick serves is listed in the right sidebar, with the best-match resource highlighted. Live broadcasts are captured in real time as the HLS segments arrive; the file contains everything from the moment you start the capture forward. Some VODs require a signed-in Kick account, so the built-in browser can sign in first.

URL pattern / signal Format Note
HLS .m3u8 manifest served by Kick's CDN (VOD) HLS (VOD) Archived-broadcast manifest — VidMost reassembles the .ts segments into a single MP4.
HLS .m3u8 manifest served by Kick's CDN (Live) HLS (Live) Live broadcast manifest — segments captured in real time as they arrive.
direct clip MP4 source MP4 (Clip) Kick clips deliver as a direct MP4 — single-request download.

Supported formats

Container Codec Resolution Notes
MP4 (VOD / Live) H.264 + AAC Source / 1080p / 720p / 480p / 360p Depends on the streamer's broadcast settings. VidMost lists every variant Kick serves and picks the highest by default for archiving.
MP4 (Live recording) H.264 + AAC matches broadcast quality Live HLS segments captured in real time and written as MP4. The file starts from the moment you begin capture, not the start of the broadcast.
MP4 (Clip) H.264 + AAC varies by clip Kick clips deliver as a direct MP4 — single-request download.
MP3 or M4A Audio-only extraction for commentary, music, or podcast-style streams.

Bulk download from Kick

Paste a channel's VOD index or clip index and VidMost queues every archived video or clip on the page. The Kick adapter walks the listing and feeds the queue — the efficient way to archive a channel's library before the retention window closes on the oldest VODs.

Channel VODs kick.com/{channel}/videos

Every VOD the channel still has within Kick's retention window.

Channel Clips kick.com/{channel}/clips

Every clip created from the channel's broadcasts.

Common failure causes

Cause

The VOD was already deleted (past its retention window)

Fix

Kick deletes replays permanently once the retention window closes — about 30 days for verified streamers, 7 for non-verified — and streamers can remove them sooner. There is nothing to capture after deletion, so download VODs you care about promptly and capture unarchived live broadcasts in real time.

Cause

Right-click 'Save video as' produced a tiny unplayable file

Fix

HLS is segmented, not a single file. Let the stream play so VidMost's sniffer detects the manifest, then download from the sidebar — VidMost reassembles the segments into one MP4.

Cause

The detection panel did not update within ~20 seconds

Fix

Pause the video and press play again to force a fresh manifest request. If a VOD requires authentication, sign in to Kick inside VidMost's built-in browser first.

Cause

A live recording ended abruptly

Fix

A dropped connection can truncate a live capture. Re-establish the channel tab inside VidMost and resume; for VODs still on Kick's servers, simply re-queue the video.

Compliance & responsible use

Kick's Terms of Service permit saving your own broadcasts and clips, and content where the streamer has granted permission. VidMost is intended for your own VODs, clips, and live recordings, content licensed for reuse, or material where the streamer has consented to offline saving.

Re-uploading downloaded Kick broadcasts or clips to other platforms, selling them, or sharing them without the original streamer's permission violates Kick's Terms of Service and applicable copyright law. Keep saved files only where you are permitted to. VidMost is not affiliated with Kick.

Kick is one of the cleaner platforms to download from technically — it uses standard HLS, the same open protocol as Twitch and YouTube — but it has one structural problem that outranks everything else: replays are deleted within days, not months — about 30 days for verified streamers, 7 for non-verified — permanently, with no archive and no recovery. The technical challenge of capturing an HLS stream is well understood; the real challenge on Kick is doing it before the source disappears. Everything else follows from HLS: the video arrives as hundreds of .ts segments listed in an .m3u8 manifest, so a right-click “Save video as” grabs an HTML stub rather than the stream, and a proper downloader has to reassemble the segments into one file.

VidMost handles that with a Kick adapter in the smart sniffer that operates at the network layer. When you play a VOD or a live stream, the sniffer detects the HLS manifest a few seconds in and lists every quality variant Kick serves; for clips, it captures the direct MP4 in a single request. Because it works below the JavaScript engine, Kick’s frequent player updates — which break extensions every few weeks — do not affect it. Live broadcasts are captured in real time as segments arrive, so an unarchived stream can still be kept as long as you start the capture while it airs. For archiving a whole channel, the /videos and /clips index pages act as bulk entry points to queue everything still on Kick’s servers.

The one limitation VidMost cannot work around is a VOD Kick has already deleted, or an unarchived broadcast that already ended — in both cases the source is genuinely gone. Save what matters within the window. Use of saved files stays within Kick’s terms, the creator’s permission, and local law.

Frequently asked questions

Can I download Kick VODs?
Yes. Kick uses standard HLS for VODs, so VidMost's smart sniffer detects the manifest a few seconds into playback and reassembles the segments into a single MP4 at the highest quality the streamer broadcast. Do it promptly — Kick keeps replays only about 30 days for verified streamers and 7 days for non-verified before deleting them permanently.
Can I record a Kick live stream as it happens?
Yes. VidMost captures the live HLS feed in real time and writes it as MP4. The file contains everything from the moment you start the capture forward, not the full broadcast from the beginning, so start early if you want the whole stream.
Why did my browser extension stop working on Kick?
Kick updates its player JavaScript frequently, and extensions that hook page-level requests break whenever the manifest-loading logic changes. VidMost's sniffer operates at the network layer beneath the script engine, so player updates do not affect it — a more stable long-term approach than any extension.
Can I bulk-download every VOD or clip from a channel?
Yes. Paste the channel's /videos page to queue every VOD still within the retention window, or /clips to queue every clip. The same adapter that captures a single VOD or clip walks the listing.
Is downloading Kick videos legal?
It depends on Kick's Terms of Service, the creator's permission, and your local law. Re-uploading downloaded streams, selling them, or sharing them without the creator's permission violates Kick's terms and applicable copyright law. Keep saved files only where you are allowed to.

Try VidMost on Kick

Free to try. No credit card required. Works on Windows 10/11 and macOS 14+.

Download VidMost