Extract direct stream URLs from Kick VODs easily with Python.
Explore the repository »
Report Bug
·
Request Feature
Follow these steps to run KickNoSub locally.
Make sure you have Python 3.8+ installed.
py --version- Clone the repository
git clone https://github.com/Enmn/KickNoSub.git
cd KickNoSub- Install dependencies
pip install -r requirements.txtRun the script:
py kicknosub.pyExample:
Enter the Kick video URL: https://kick.com/somechannel/video/abcdef
? Choose video quality: 1080p60
✅ Stream URL found!
https://stream.kick.com/.../playlist.m3u8
Play in VLC:
Media → Open Network Stream → Paste the URL
Download with FFmpeg:
ffmpeg -i "https://stream.kick.com/.../playlist.m3u8" -c copy output.mp4This extension follows the same legal terms as the main project.
See the root README.md for full details.