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.
- Python 3.9+
- ffmpeg available on PATH
xmltodict
| // ==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 |