Easy Simple Way To Download Your Kick.com Vod's
Kick.com VOD Downloader is a Python script designed for downloading videos from an HLS stream and saving them in MP4 format. This script fetches the highest quality variant playlist from the provided HLS stream URL and uses FFmpeg for video download.
Before using this script, ensure you have the following components installed on your system:
- Python Python 3.10+
- FFmpeg
- Python libraries:
requests
andffmpeg-python
andffmpeg
. You can install them using the commands below :
pip3 install requests ffmpeg-python sudo apt-get install ffmpeg
Open your browser and press F12
Click the "Network" tab
Load the replay in your browser
In the network tab, search for m3u8
Right Click the file master.m3u8 and select Copy Link Address
Paste the URL into he script and save it then use the guide below to start the process.
- Clone this repository to your local machine:
git clone https://github.com/DaCryptoRaccoon/KickVodDownload.git
- Navigate to the project directory:
cd KickVodDownload
-
Edit the Python script to set your HLS stream URL. You can change the URL in the
url
variable in the script. -
Run the script:
python3 grab.py
The video will be downloaded as 'output.mp4' in the same directory.
- This script utilizes FFmpeg for downloading HLS video streams.
- Stream on Kick.com
- DaCryptoRaccoon (GDAX)
- https://kick.com/dacryptoraccoon ( SUBSCRIBE FOR MORE )