siuramka / KickDownloader

Kick Vod/Clip downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a fork of the lay295/TwitchDownloader

Kick Vod Downloader

About:

I utilized Puppeteer chromium headless mode to bypass cf, meaning the requests take more time than it should. It's also possible to use Golang with CycleTLS instead.

Latest Alpha

  • Download VODs
  • Download Clips
  • Task Queue
  • Download from URL list parallel

Haven't got rate limited even once while testing lol

Preview:

  • Figure 1.1

Since kick doesnt save chats, no chat feature will be available.

Build Instructions

Windows only for now... GUI

  1. Clone the repository:
git clone https://github.com/siuramka/KickDownloader.git
  1. Navigate to the solution folder:
cd KickDownloader
  1. Restore the solution:
dotnet restore
  1. Build the GUI:
dotnet publish KickDownloaderWPF -p:PublishProfile=Windows -p:DebugType=None -p:DebugSymbols=false
  1. Navigate to the GUI build folder:
cd KickDownloaderWPF/bin/Release/net6.0-windows/publish/win-x64

Credits go to lay295 and collaborators for the TwitchDownloader code.

About

Kick Vod/Clip downloader

License:MIT License


Languages

Language:C# 68.3%Language:HTML 31.7%