
Kinescope-dl is a fast video downloader for Kinescope player with encrypted videos support.
Easily download videos with one command
kinescope-dl https://kinescope.io/123456789 output.mp4
Join our community chat in Telegram to discuss issues or if you need help.
Download and unpack the latest release for your OS.
Windows users can place .exe file in any location on their PATH or just call script as ./path/to/executable/kinescope-dl.exe
For UNIX users (Linux, macOS, etc.):
sudo mv ./path/to/executable/kinescope-dl /usr/local/bin/kinescope-dl
sudo chmod a+rx /usr/local/bin/kinescope-dl
kinescope-dl [OPTIONS] INPUT_URL OUTPUT_FILE
INPUT_URL — url of the video on Kinescope
OUTPUT_FILE — path to the output mp4 file
-r, --referer URL Referer url of the site where the video is embedded
--best-quality Automatically select the best possible quality
--temp PATH Path to directory for temporary files
--help Show this message and exit
kinescope-dl -r https://example.com --best-quality https://kinescope.io/123456789 ./my_videos/video.mp4
FFmpeg and mp4decrypt are required.
shell
python -m ensurepip --upgradeshell
git clone https://github.com/anijackich/kinescope-dl.git
or directly download and unpack the source code.shell
pip install virtualenv
python3 -m venv venv
On Windows, run:
shell
.\venv\Scripts\activate.bat
On Unix or MacOS, run:
shell
source env/bin/activateshell
pip install -r requirements.txtshell
pip install pyinstallerOn Windows, run:
shell
set FFMPEG_PATH=C:\path\to\ffmpeg.exe
set MP4DECRYPT_PATH=mp4decrypt.exe
On Unix or MacOS, run:
shell
export FFMPEG_PATH=/path/to/ffmpeg
export MP4DECRYPT_PATH=/path/to/mp4decrypt
9. Build the project:
shell
pyinstaller kinescope-dl.spec
10. Bundled script should be available in the dist folder
$ claude mcp add kinescope-dl \
-- python -m otcore.mcp_server <graph>