Skip to content

Instantly share code, notes, and snippets.

View senz's full-sized avatar

Kosta senz

  • Freelance consulting and dev
  • Netherlands
View GitHub Profile
@r3code
r3code / Readme.md
Last active June 28, 2026 18:27
kinescope.io video downloader

kinescope.io video downloader

  1. Install python3, download tools: ffmpeg and N_m3u8DL-RE
  2. Put kdl.py, ffmpeg and N_m3u8DL-RE into same folder
  3. Run python kdl.py it will ask you to input kinescope embed link (e.g. https://kinescope.io/embed/1234534) and referrer link (e.g. https://videos.mysite.org). kinescope forbids to access without a referrer.
  4. Wait for a download copletion.

kdl.py can automatically select the best quality of a video or you can choose it in a menu provided by N_m3u8DL-RE.
ffmpeg receives parts of the selected video and an audio and muxes them into output mp4 file.

@commandline-johnny
commandline-johnny / upgrade-debian.sh
Created January 23, 2026 08:17
Debian 12 to 13 upgrade script
#!/bin/bash
set -e
# Debian 12 to 13 Upgrade Script
# Run with: sudo bash upgrade-debian.sh
#
# Provided as-is, no warranty implied.
# Color codes for output
RED='\033[0;31m'