49 lines
937 B
Markdown
49 lines
937 B
Markdown
# 🎬 DRMLab Project VT-PR 3.0
|
|
|
|
A private, script-driven tool for interacting with supported DRM-protected platforms via the DRMLab API and Vault system.
|
|
|
|
---
|
|
|
|
## ✅ Features
|
|
|
|
- ✅ Added support to our **Vault**
|
|
- ✅ Moded ZANE Version
|
|
- ✅ Added Support of WV and PR
|
|
- ✅ Fix Amazon Script
|
|
- ✅ Fix Default PATH for Linux
|
|
- ✅ Can be used without to depend of ZANE API or VAULT
|
|
|
|
---
|
|
|
|
# 🎬 DRMLab Project VT-PR 2.0
|
|
|
|
A private, script-driven tool for interacting with supported DRM-protected platforms via the DRMLab API and Vault system.
|
|
|
|
---
|
|
|
|
## ✅ Features
|
|
|
|
- ✅ Added support to our **API**
|
|
- ✅ Added support to our **Vault**
|
|
- ✅ Support for **MAX**
|
|
- ✅ Support for **AppleTV+**
|
|
- ✅ Support for **DisneyPlus**
|
|
|
|
---
|
|
|
|
## ⚙️ Requirements
|
|
|
|
- Python 3.9+
|
|
- [Poetry](https://python-poetry.org/)
|
|
- Valid DRMLab Vault and device configuration
|
|
|
|
---
|
|
|
|
## 🚀 Usage
|
|
|
|
Install dependencies:
|
|
```bash
|
|
poetry install
|
|
|
|
|