Skip to content

Instantly share code, notes, and snippets.

View andrewchmr's full-sized avatar

Andrew Chemerynskiy andrewchmr

View GitHub Profile
@andrewchmr
andrewchmr / medium.user.js
Created May 3, 2026 17:41 — forked from mathix420/medium.user.js
Bypass Medium Paywall - Working late 2023 - Greasy Fork, Violentmonkey, Tampermonkey - Click the RAW button to install
// ==UserScript==
// @name Medium Paywall Bypass
// @namespace Violentmonkey Scripts
// @run-at document-start
// @match *://*.medium.com/*
// @match *://medium.com/*
// @match *://*/*
// @grant none
// @version 3.0
// @inject-into content
@andrewchmr
andrewchmr / README.md
Last active May 2, 2026 17:57
kinescope-dl

kinescope-dl

Python script for downloading Kinescope videos via their public DASH manifest. Combines the highest-resolution video stream with the audio stream into an MP4 using ffmpeg.

Requirements

  • Python 3.9+
  • ffmpeg available on PATH
  • xmltodict