- Windows 10+ / Linux / MacOS (preferably Apple Silicon)
- FFmpeg
- bread 👍
- Download FFmpeg & latest build
You can alternatively use package managers like winget
to install FFmpeg too, program will automatically detect the FFmpeg.
output22.mp4
- Install FFmpeg via your favorite package manager e.g.
sudo apt install ffmpeg -y
& download latest build
Since I don't sign the packages you need to pass --dangerous
argument to install with snap.
Use sudo snap install --dangerous --classic "latest-build.snap"
.
AppImage requires FUSE to work you can check out this wiki to how to install FUSE.
Just extract from archive and start kick-vod-downloader file.
- Download FFmpeg & latest build
To install and use program in MacOS you need to remove com.apple.quarantine
attribute from the file. (This attribute added by Apple if the file downloaded from internet is not signed. (Which costs $100/year))
Example: xatrr -c Kick.VOD.Downloader-1.1.1-arm64.dmg
or xattr -d com.apple.quarantine Kick.VOD.Downloader-1.1.1-arm64.dmg
.
FFmpeg only recognized only if its in /Applications/
.
This project is licensed under MIT license.