πŸ“¦ 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.

ℹ️ You can download the scripts, but you'll need a CDMPOOL account and your api_token to use them.

Amazon Prime Video β€” Live TV

Amazon Prime Video PlayReady 13 KB

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

Chrome / Edge / Firefox Widevine / PlayReady 107 KB

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)

Disney+ / Star+ / Hulu PlayReady (SL3000) 8 KB

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)

OnlyFans Widevine 9 KB

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)

  1. Download cdmpool_extension.zip and unzip it to a permanent folder.
  2. Load it as an unpacked extension: Chrome/Edge β†’ chrome://extensions (or edge://extensions) β†’ enable Developer mode β†’ Load unpacked. Firefox β†’ about:debugging#/runtime/this-firefox β†’ Load Temporary Add-on β†’ pick manifest.json.
  3. Click the extension icon and paste your instance URL: https://cdmpool.xyz/ext/YOUR_API_KEY (your API key is on your account page).
  4. 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…)

  1. Download the package for the platform you want.
  2. Unzip it: unzip amazon_prime_cdmpool.zip && cd amazon_prime_cdmpool
  3. Install the dependencies: pip install -r requirements.txt
  4. Copy config.example.json β†’ config.json and paste your api_token from your account page.
  5. Copy cookies.example.json β†’ cookies.json and paste the platform cookies.
  6. Run the kit (e.g. python amazon_prime.py) β€” every result appears in your dashboard.