Files
OqeeRewind/README.md
2025-11-16 16:58:49 +01:00

2.0 KiB

OqeeRewind - Oqee TV Live Downloader

This application is not endorsed by or affiliated with Oqee. This application enables you to download videos for offline viewing which may be forbidden by law in your country. The usage of this application may also cause a violation of the Terms of Service between you and the stream provider. This tool is not responsible for your actions; please make an informed decision before using this application.

Installation

Prerequisites

Steps

  1. Clone the repository:
git clone https://github.com/NohamR/OqeeRewind
cd OqeeRewind
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Install mp4ff-decrypt:
go install github.com/Eyevinn/mp4ff/cmd/mp4ff-decrypt@latest

DRM Decryption

Instructions (Widevine)

In order to decrypt DRM content, you will need to have a dumped CDM, after that you will need to place the CDM files into the ./widevine/ directory. For legal reasons we do not include the CDM with the software, and you will have to source one yourself.

Todo

  • Bruteforce implementation
  • Better README
    • Lib used
    • How to use
    • Lib to install (pip + mp4ff + ffmpeg)
    • Demo GIF
  • License
  • Lint code
  • Full implementation
  • Frenc/English full translation
  • Add more comments in the code
  • Oqee widevine license implementation (.wvd) + mention README
  • Better output system
  • Verify mp4ff installation

Libraries Used