jonathanhecl / kick-vod-downloader

This is a tool to download the VOD from kick.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

KVD ~ Kick VOD Downloader

This is a tool to download the VOD from kick.com


Requirements:


Features:

  • Download the VOD from kick.com
  • Convert the VOD to mp4

TODO list:

  • Get the m3u8 file from kick
  • Parse M3U8 Master Playlist
  • Parse M3U8 Video Playlist
  • Download the video segments
  • Merge the video segments
  • Convert the video to mp4

How to use

  1. Build the project
  2. Run the project with the kick url as the first argument

Or

  1. Enter the kick url like https://www.kick.com/video/d5843b1c-70d8-426c-bdaf-d69e6d90b80c in the console

Image


How to build

go build -o .


Curiosity

This project was made in 5 hours, so it's not perfect, but it works.

About

This is a tool to download the VOD from kick.com

License:MIT License


Languages

Language:Go 98.0%Language:Shell 2.0%