Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md


KickNoSub Logo

KickNoSub (Python Tool)

Extract direct stream URLs from Kick VODs easily with Python.
Explore the repository »

Report Bug · Request Feature

Getting Started

Follow these steps to run KickNoSub locally.

Prerequisites

Make sure you have Python 3.8+ installed.

py --version

Installation

  1. Clone the repository
git clone https://github.com/Enmn/KickNoSub.git
cd KickNoSub
  1. Install dependencies
pip install -r requirements.txt

Usage

Run the script:

py kicknosub.py

Example:

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.mp4

Disclaimer

This extension follows the same legal terms as the main project.
See the root README.md for full details.