π¦ Scripts & tools
Turn-key scraping kits and browser tools for major streaming platforms. Each package contains a CDMPOOL client (or extension config), a sample setup file and a detailed README. You just need to plug in your platform cookies / credentials and your CDMPOOL token β every extraction shows up automatically in your dashboard.
api_token to use them.
Amazon Prime Video β Live TV
Turn-key extractor for Prime Video Live (EU / NA / FE). Fill in your Amazon cookies and CDMPOOL token, run the script β every channel appears in /me/extractions.
CDMPOOL Extension 1.2 β browser add-on
Official CDMPOOL browser extension for Chrome, Edge and Firefox. Silently harvests DRM keys (Widevine / PlayReady) from any tab you visit (Prime, Disney+, DAZN, Molotovβ¦). v1.2 fix: captures Amazon GetWidevineLicense binary challenges (raw body). Configure with your CDMPOOL URL: https://cdmpool.xyz/ext/YOUR_API_KEY. Zero code required.
Disney+ / Star+ / Hulu β Extractor (zero-install)
Paste a 'Copy as cURL' of any Disney+ license request from your browser DevTools plus the DASH manifest URL. CDMPOOL generates a **PlayReady SL3000** challenge, auto-rotates the CDM pool if a specific device is revoked, and returns KID:KEY. The kit then downloads + decrypts + muxes the video to MP4. **Auto-downloads N_m3u8DL-RE, mp4decrypt and ffmpeg** on first run β Python 3.8+ only, Windows / macOS / Linux. Only works on content your Disney+ / Star+ / Hulu account already has access to.
OnlyFans β Video Extractor (zero-install)
Turn-key CLI that signs OnlyFans API requests, fetches the CloudFront-signed MPD, routes the license through CDMPOOL and produces a decrypted MP4. **Auto-downloads N_m3u8DL-RE, mp4decrypt and ffmpeg on first run** β only Python 3.8+ needed. Windows / macOS / Linux, x64 or arm64. Single post, full URL or a creator's entire timeline. Only works on content you already have access to.
π Quick start
π§© Browser extension (Chrome / Edge / Firefox)
- Download
cdmpool_extension.zipand unzip it to a permanent folder. - Load it as an unpacked extension:
Chrome/Edge β
chrome://extensions(oredge://extensions) β enable Developer mode β Load unpacked. Firefox βabout:debugging#/runtime/this-firefoxβ Load Temporary Add-on β pickmanifest.json. - Click the extension icon and paste your instance URL:
https://cdmpool.xyz/ext/YOUR_API_KEY(your API key is on your account page). - Play a DRM video β the KID:KEY pairs appear in the popup and in
your dashboard. Full steps are in the
bundled
README.md.
π» CLI kits (Amazon, Disney+, OnlyFansβ¦)
- Download the package for the platform you want.
- Unzip it:
unzip amazon_prime_cdmpool.zip && cd amazon_prime_cdmpool - Install the dependencies:
pip install -r requirements.txt - Copy
config.example.jsonβconfig.jsonand paste your api_token from your account page. - Copy
cookies.example.jsonβcookies.jsonand paste the platform cookies. - Run the kit (e.g.
python amazon_prime.py) β every result appears in your dashboard.